mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-02 12:17:10 -05:00
getting debug info again
This commit is contained in:
parent
cd2fcdc078
commit
ac137d84c9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -167,10 +167,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: mac
|
host: mac
|
||||||
|
|
||||||
# - name: Install LLVM
|
- name: Install LLVM
|
||||||
# run: |
|
run: |
|
||||||
# brew install llvm
|
brew install llvm
|
||||||
# echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
|
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: Setup CLI
|
- name: Setup CLI
|
||||||
uses: geode-sdk/cli/.github/actions/setup@main
|
uses: geode-sdk/cli/.github/actions/setup@main
|
||||||
|
|
Loading…
Reference in a new issue