Skip to content

Commit

Permalink
Update ccpp-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SambaGodschynski authored Dec 6, 2024
1 parent fbc89a3 commit 57b15d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: configure
run: cmake -DCMAKE_BUILD_TYPE=Release ..
env:
WM_DOWNLOAD_EXTERNALS: 0 # for some reason the boost build fails here: seems not to find the right toolset (for the first run, the second try succeeds)
BOOST_ROOT: ${{ github.workspace }}/third_party/boost
WM_DOWNLOAD_EXTERNALS: 1 # for some reason the boost build fails here: seems not to find the right toolset (for the first run, the second try succeeds)
#BOOST_ROOT: ${{ github.workspace }}/third_party/boost
working-directory: build
- name: build
run: cmake --build .
Expand Down

0 comments on commit 57b15d5

Please sign in to comment.