Skip to content

Commit

Permalink
ci: CMake: Unpin Boost version on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberTailor committed Jan 9, 2025
1 parent aea93c5 commit bd44d1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Install dependencies
run: brew install --overwrite
${{matrix.deps}}
boost@1.85
boost
ccache
libzip
ninja
Expand All @@ -168,7 +168,6 @@ jobs:
-DCMAKE_C_COMPILER_LAUNCHER=ccache
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
${{matrix.options}}
-DBOOST_ROOT=$(brew --prefix [email protected])
-DENABLE_TESTS=ON
- name: Restore cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit bd44d1e

Please sign in to comment.