From 450113d16157900ae039a7b585f79ca057633076 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 14 Nov 2022 09:50:58 +0100 Subject: [PATCH] Fix of mac CI build. --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 355769727..f19ffaf6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -253,7 +253,8 @@ jobs: - uses: actions/checkout@v3 - name: Download LLVM run: | - brew update && brew install llvm@${{ matrix.llvm_version }} botan ninja + brew update && brew install --overwrite python@3.11 + brew install llvm@${{ matrix.llvm_version }} botan ninja echo "/usr/local/opt/llvm@${{ matrix.llvm_version }}/bin" >> $GITHUB_PATH TMP_PATH=$(xcrun --show-sdk-path)/user/include echo "CPATH=$TMP_PATH" >> $GITHUB_ENV