Skip to content

Commit cd6393e

Browse files
committed
Fix homebrew include path.
1 parent 7b19604 commit cd6393e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-osx.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
faber -v
3333
sed -e "s/\$PYTHON/python/g" .ci/faber > ~/.faber
3434
faber \
35-
--with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \
35+
--with-boost-include=$(brew --prefix boost)/include \
3636
--builddir=build \
3737
cxx.name=${{ matrix.cxx }} \
3838
cxxflags=-std=${{ matrix.std }} \
3939
-j`sysctl -n hw.ncpu`
4040
- name: test
4141
run: |
4242
faber \
43-
--with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \
43+
--with-boost-include=$(brew --prefix boost)/include \
4444
--builddir=build\
4545
cxx.name=${{ matrix.cxx }} \
4646
cxxflags=-std=${{ matrix.std }} \

0 commit comments

Comments
 (0)