We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae66d6 commit 7da6aaaCopy full SHA for 7da6aaa
.github/workflows/test-osx.yml
@@ -28,16 +28,19 @@ jobs:
28
run: |
29
python --version
30
${{ matrix.cxx }} --version
31
+ brew info boost
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 \
36
--builddir=build \
37
cxx.name=${{ matrix.cxx }} \
38
cxxflags=-std=${{ matrix.std }} \
39
-j`sysctl -n hw.ncpu`
40
- name: test
41
42
43
44
--builddir=build\
45
46
0 commit comments