Skip to content

Commit

Permalink
ci: fix on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 27, 2024
1 parent 88e0044 commit 934ad13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install boost
brew link boost
- name: Build Project
uses: threeal/cmake-action@v2.0.0
with:
options: |
CMAKE_PREFIX_PATH=/opt/homebrew

0 comments on commit 934ad13

Please sign in to comment.