Skip to content

Commit

Permalink
fix OSX github runner
Browse files Browse the repository at this point in the history
bundled boost doesn't compile with c++17
  • Loading branch information
tjhei committed May 27, 2024
1 parent 993c089 commit 0aa4768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: build
run: |
echo 'DEAL_II_CONFOPTS="-D CMAKE_BUILD_TYPE=Debug"' >> candi.cfg
./candi.sh -j 2 --packages="dealii"
./candi.sh -j 2 --packages="boost dealii"
cd ~/dealii-candi/tmp/build/deal.II-* && cat detailed.log
macos-gcc:
Expand Down

0 comments on commit 0aa4768

Please sign in to comment.