Update build for mac.

This commit is contained in:
Christoffer Lerno
2022-12-23 14:20:09 +01:00
parent fe9ace713b
commit 7223435df6

View File

@@ -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