mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
Update build.yml
This commit is contained in:
parent
2d13305dc5
commit
b2dcbe73bd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -149,6 +149,7 @@ jobs:
|
|||
uses: ./.github/actions/build-debug-info
|
||||
with:
|
||||
has-sccache: ${{ inputs.use-ccache }}
|
||||
if: inputs.build-debug-info
|
||||
|
||||
- name: Setup caches
|
||||
uses: ./.github/actions/setup-cache
|
||||
|
@ -156,7 +157,6 @@ jobs:
|
|||
host: mac
|
||||
target: mac
|
||||
use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
|
||||
if: false
|
||||
|
||||
- name: Setup Ninja
|
||||
uses: ./.github/actions/setup-ninja
|
||||
|
@ -205,7 +205,7 @@ jobs:
|
|||
uses: ./.github/actions/build-debug-info-post
|
||||
with:
|
||||
target: mac
|
||||
if: success() || failure()
|
||||
if: inputs.build-debug-info && (success() || failure())
|
||||
|
||||
build-android:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue