From 41f7bb58ec072c82bfceba616dace7d8076ad4f3 Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Wed, 18 Sep 2024 19:52:32 -0400 Subject: [PATCH] fix --- .github/workflows/test-osx.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-osx.yml b/.github/workflows/test-osx.yml index 49df01729..a7f1c4bf8 100644 --- a/.github/workflows/test-osx.yml +++ b/.github/workflows/test-osx.yml @@ -28,9 +28,12 @@ jobs: run: | python --version ${{ matrix.cxx }} --version + brew info boost + ls /opt/homebrew/Cellar/boost/1.86.0/ 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 }} \