Up ci.yml

This commit is contained in:
gingerBill
2021-04-24 20:55:50 +01:00
parent 4272fe5e85
commit 2b4010998d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Download LLVM
run: sudo apt-get install llvm
run: sudo apt-get install llvm-11 llvm-11
- name: build odin
run: make release
- name: Odin run
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v1
- name: Download LLVM and setup PATH
run: |
brew install llvm
brew install llvm@11
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
TMP_PATH=$(xcrun --show-sdk-path)/user/include
echo "CPATH=$TMP_PATH" >> $GITHUB_ENV