From 934ad13dbc648294d28fd1306f8a556ac7a2947f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sun, 27 Oct 2024 15:29:35 -0400 Subject: [PATCH] ci: fix on macos --- .github/workflows/cmake.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c17df8d..a5b4390 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -24,7 +24,11 @@ jobs: if: matrix.os == 'macos-latest' run: | brew install boost + brew link boost - name: Build Project uses: threeal/cmake-action@v2.0.0 + with: + options: | + CMAKE_PREFIX_PATH=/opt/homebrew