mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
[CI] Try not installing our own llvm with brew
This commit is contained in:
@@ -22,12 +22,12 @@ jobs:
|
||||
with:
|
||||
xcode-version: 11.7
|
||||
- uses: actions/checkout@v1
|
||||
- name: Download LLVM and setup PATH
|
||||
run: |
|
||||
brew install llvm
|
||||
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
|
||||
echo "CPATH=`xcrun --show-sdk-path`/usr/include" >> $GITHUB_ENV
|
||||
echo $CPATH
|
||||
# - name: Download LLVM and setup PATH
|
||||
# run: |
|
||||
# brew install llvm
|
||||
# echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
|
||||
# echo "CPATH=`xcrun --show-sdk-path`/usr/include" >> $GITHUB_ENV
|
||||
# echo $CPATH
|
||||
- name: build odin
|
||||
run: make release
|
||||
- name: Odin run
|
||||
|
||||
Reference in New Issue
Block a user