mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-25 05:53:57 -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
|
uses: ./.github/actions/build-debug-info
|
||||||
with:
|
with:
|
||||||
has-sccache: ${{ inputs.use-ccache }}
|
has-sccache: ${{ inputs.use-ccache }}
|
||||||
|
if: inputs.build-debug-info
|
||||||
|
|
||||||
- name: Setup caches
|
- name: Setup caches
|
||||||
uses: ./.github/actions/setup-cache
|
uses: ./.github/actions/setup-cache
|
||||||
|
@ -156,7 +157,6 @@ jobs:
|
||||||
host: mac
|
host: mac
|
||||||
target: mac
|
target: mac
|
||||||
use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
|
use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
|
||||||
if: false
|
|
||||||
|
|
||||||
- name: Setup Ninja
|
- name: Setup Ninja
|
||||||
uses: ./.github/actions/setup-ninja
|
uses: ./.github/actions/setup-ninja
|
||||||
|
@ -205,7 +205,7 @@ jobs:
|
||||||
uses: ./.github/actions/build-debug-info-post
|
uses: ./.github/actions/build-debug-info-post
|
||||||
with:
|
with:
|
||||||
target: mac
|
target: mac
|
||||||
if: success() || failure()
|
if: inputs.build-debug-info && (success() || failure())
|
||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue