mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
i forgot.
This commit is contained in:
parent
4dc5ba07d0
commit
cd2fcdc078
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
build-debug-info:
|
build-debug-info:
|
||||||
description: 'Profile and debug the build process'
|
description: 'Profile and debug the build process'
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
use-ccache:
|
use-ccache:
|
||||||
description: 'Enable ccache/sccache'
|
description: 'Enable ccache/sccache'
|
||||||
|
@ -153,7 +153,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
|
if: true
|
||||||
|
|
||||||
- name: Setup caches
|
- name: Setup caches
|
||||||
uses: ./.github/actions/setup-cache
|
uses: ./.github/actions/setup-cache
|
||||||
|
@ -210,7 +210,7 @@ jobs:
|
||||||
uses: ./.github/actions/build-debug-info-post
|
uses: ./.github/actions/build-debug-info-post
|
||||||
with:
|
with:
|
||||||
target: mac
|
target: mac
|
||||||
if: inputs.build-debug-info && (success() || failure())
|
if: true && (success() || failure())
|
||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue