We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b19604 commit cd6393eCopy full SHA for cd6393e
.github/workflows/test-osx.yml
@@ -32,15 +32,15 @@ jobs:
32
faber -v
33
sed -e "s/\$PYTHON/python/g" .ci/faber > ~/.faber
34
faber \
35
- --with-boost-include=/opt/homebrew/Cellar/boost/1.86.0/include \
+ --with-boost-include=$(brew --prefix boost)/include \
36
--builddir=build \
37
cxx.name=${{ matrix.cxx }} \
38
cxxflags=-std=${{ matrix.std }} \
39
-j`sysctl -n hw.ncpu`
40
- name: test
41
run: |
42
43
44
--builddir=build\
45
46
0 commit comments