back to that

This commit is contained in:
Chloe 2024-07-26 04:50:02 -07:00
parent ac137d84c9
commit 17e666b92d
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -153,7 +153,7 @@ jobs:
uses: ./.github/actions/build-debug-info
with:
has-sccache: ${{ inputs.use-ccache }}
if: true
if: inputs.build-debug-info
- name: Setup caches
uses: ./.github/actions/setup-cache
@ -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
@ -210,7 +210,7 @@ jobs:
uses: ./.github/actions/build-debug-info-post
with:
target: mac
if: true && (success() || failure())
if: inputs.build-debug-info && (success() || failure())
build-android:
strategy: