This commit is contained in:
Christoffer Lerno
2022-01-25 17:01:49 +01:00
parent bd6c3db413
commit 8eb295bf5b

View File

@@ -128,7 +128,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Download LLVM, botan and setup PATH
- name: Download LLVM
run: |
brew install llvm@${{ matrix.llvm_version }} botan
echo "/usr/local/opt/llvm@${{ matrix.llvm_version }}/bin" >> $GITHUB_PATH