From db4f16f54167d4286dac1ac68582b5b01a66daaa Mon Sep 17 00:00:00 2001 From: Sandor DARGO Date: Thu, 10 Oct 2024 14:45:27 +0200 Subject: [PATCH] Update all.yml --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 2ec366f..e68c231 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -76,7 +76,7 @@ jobs: if: matrix.os == 'macos-latest' run: > cmake -B ${{ steps.strings.outputs.build-output-dir }} - -DCMAKE_PREFIX_PATH="/opt/homebrew/opt/boost" -DBOOST_ROOT="/opt/homebrew/opt/boost" -DBOOST_LIBRARYDIR="/opt/homebrew/opt/boost/lib" + -DCMAKE_PREFIX_PATH="/opt/homebrew/opt/boost" -DBoost_ROOT="/opt/homebrew/opt/boost" -DBOOST_LIBRARYDIR="/opt/homebrew/opt/boost/lib" -S ${{ github.workspace }} - name: Build