From 02231457e0ad5ad474461e71763007afd53023fa 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..388e79a5d 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/include/ 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 }} \