Revert llvm@17 to llvm@13 on macOS

This commit is contained in:
gingerBill
2023-09-27 14:09:08 +01:00
parent 991181104b
commit 2afccd7fbd

View File

@@ -58,8 +58,8 @@ jobs:
- uses: actions/checkout@v1
- name: Download LLVM, botan and setup PATH
run: |
brew install llvm@17 botan
echo "/usr/local/opt/llvm@17/bin" >> $GITHUB_PATH
brew install llvm@13 botan
echo "/usr/local/opt/llvm@13/bin" >> $GITHUB_PATH
TMP_PATH=$(xcrun --show-sdk-path)/user/include
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV
- name: build odin