This commit is contained in:
Chloe 2024-07-25 18:45:25 -07:00
parent 78e78e4c74
commit 0fdc519c51
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -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