Skip to content

Commit

Permalink
Fixing MacOS build?
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Jul 12, 2024
1 parent 746a030 commit eac585c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Source Build and Test
run: |
# build and test wrench
cmake -DENABLE_BATSCHED=off -DCMAKE_CXX_COMPILER=/opt/homebrew/bin/g++ -DCMAKE_VERBOSE_MAKEFILE=ON .
#cmake -DENABLE_BATSCHED=off -DCMAKE_CXX_COMPILER=/opt/homebrew/bin/g++ -DCMAKE_VERBOSE_MAKEFILE=ON .
cmake -DENABLE_BATSCHED=off -DCMAKE_VERBOSE_MAKEFILE=ON .
make -j4 all unit_tests
./unit_tests

0 comments on commit eac585c

Please sign in to comment.