Skip to content

Commit

Permalink
Update ubuntu-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Jun 8, 2024
1 parent b984be8 commit cfc0065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: ./configure CXX="g++"
- name: make with g++
run: make
- name: test
run: make check
- name: cleanup after GCC
run: make distclean
- name: install Clang dependencies
Expand Down

0 comments on commit cfc0065

Please sign in to comment.