getting debug info again

This commit is contained in:
Chloe 2024-07-26 04:37:47 -07:00
parent cd2fcdc078
commit ac137d84c9
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -167,10 +167,10 @@ jobs:
with:
host: mac
# - name: Install LLVM
# run: |
# brew install llvm
# echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
- name: Install LLVM
run: |
brew install llvm
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
- name: Setup CLI
uses: geode-sdk/cli/.github/actions/setup@main