mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
???
This commit is contained in:
parent
78e78e4c74
commit
0fdc519c51
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -169,8 +169,8 @@ jobs:
|
|||
|
||||
- name: Install LLVM
|
||||
run: |
|
||||
brew install llvm@15
|
||||
echo "/opt/homebrew/opt/llvm@15/bin" >> $GITHUB_PATH
|
||||
brew install llvm
|
||||
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Setup CLI
|
||||
uses: geode-sdk/cli/.github/actions/setup@main
|
||||
|
|
Loading…
Add table
Reference in a new issue