Skip to content

Commit

Permalink
Install boost on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed Feb 22, 2024
1 parent 7e28187 commit ceb4eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Boost
run: |
brew install boost
brew link --force boost
- uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ env.abi }}
Expand Down

0 comments on commit ceb4eaa

Please sign in to comment.