Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseefeld committed Sep 19, 2024
1 parent 8ae66d6 commit 0223145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
run: |
python --version
${{ matrix.cxx }} --version
brew info boost
ls /opt/homebrew/Cellar/boost/1.86.0/include/
faber -v
sed -e "s/\$PYTHON/python/g" .ci/faber > ~/.faber
faber \
--with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \
--builddir=build \
cxx.name=${{ matrix.cxx }} \
cxxflags=-std=${{ matrix.std }} \
Expand Down

0 comments on commit 0223145

Please sign in to comment.