From 7223435df6db5a39b9c2595f9d70262444e8fef5 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 23 Dec 2022 14:20:09 +0100 Subject: [PATCH] Update build for mac. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da6aae6ae..7f5ddb3ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -263,7 +263,7 @@ jobs: - uses: actions/checkout@v3 - name: Download LLVM run: | - brew update && brew install --overwrite python@3.11 + brew update 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