Skip to content

Commit 7da6aaa

Browse files
committed
fix
1 parent 8ae66d6 commit 7da6aaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-osx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,19 @@ jobs:
2828
run: |
2929
python --version
3030
${{ matrix.cxx }} --version
31+
brew info boost
3132
faber -v
3233
sed -e "s/\$PYTHON/python/g" .ci/faber > ~/.faber
3334
faber \
35+
--with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \
3436
--builddir=build \
3537
cxx.name=${{ matrix.cxx }} \
3638
cxxflags=-std=${{ matrix.std }} \
3739
-j`sysctl -n hw.ncpu`
3840
- name: test
3941
run: |
4042
faber \
43+
--with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \
4144
--builddir=build\
4245
cxx.name=${{ matrix.cxx }} \
4346
cxxflags=-std=${{ matrix.std }} \

0 commit comments

Comments
 (0)