Skip to content

Commit

Permalink
Update macos-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith authored Jun 8, 2024
1 parent 3c984ad commit b984be8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
run: ./configure CXX="g++-13" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
- name: make
run: make CXXFLAGS="-O3 -DNDEBUG -Wl,-ld_classic"
- name: Run tests
run: make check
- name: Cleanup after build and test
run: make distclean

0 comments on commit b984be8

Please sign in to comment.