mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-13 22:49:52 -04:00
try llvm 14 idfk
This commit is contained in:
parent
e6fedb0be0
commit
193899bf3d
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -165,9 +165,8 @@ jobs:
|
|||
|
||||
- name: Install LLVM
|
||||
run: |
|
||||
brew install llvm@17
|
||||
echo "/opt/homebrew/opt/llvm@17/bin" >> $GITHUB_PATH
|
||||
if: false
|
||||
brew install llvm@14
|
||||
echo "/opt/homebrew/opt/llvm@14/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Setup CLI
|
||||
uses: geode-sdk/cli/.github/actions/setup@main
|
||||
|
|
Loading…
Reference in a new issue