mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix of mac CI build.
This commit is contained in:
committed by
Christoffer Lerno
parent
998c56533b
commit
450113d161
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user