try llvm 14 idfk

This commit is contained in:
ConfiG 2024-06-28 15:05:39 +03:00 committed by GitHub
parent e6fedb0be0
commit 193899bf3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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