From 3ce57329becf2ba27deb58fe40e3b58348958efa Mon Sep 17 00:00:00 2001 From: samba Date: Sat, 7 Dec 2024 14:43:31 +0100 Subject: [PATCH] anoter dings --- .github/workflows/ccpp-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp-macos.yml b/.github/workflows/ccpp-macos.yml index f92db978..c73f5171 100644 --- a/.github/workflows/ccpp-macos.yml +++ b/.github/workflows/ccpp-macos.yml @@ -25,7 +25,7 @@ jobs: run: source myEnv/bin/activate && pip3 install -r requirements.txt working-directory: rendertests - name: install boost x86 - run: arch -x86_64 brew install boost + run: arch -x86_64 /usr/local/bin/brew install boost - name: configure run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64" .. env: