mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 08:41:15 -05:00
oops
This commit is contained in:
parent
05ab42c9b6
commit
3b8e14eaf7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -149,7 +149,7 @@ jobs:
|
|||
uses: ./.github/actions/build-debug-info
|
||||
with:
|
||||
has-sccache: ${{ inputs.use-ccache }}
|
||||
if: inputs.build-debug-info
|
||||
# if: inputs.build-debug-info
|
||||
|
||||
- name: Setup caches
|
||||
uses: ./.github/actions/setup-cache
|
||||
|
@ -211,7 +211,7 @@ jobs:
|
|||
uses: ./.github/actions/build-debug-info-post
|
||||
with:
|
||||
target: mac
|
||||
if: inputs.build-debug-info && (success() || failure())
|
||||
if: success() || failure()
|
||||
|
||||
build-android:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue