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:
|
||||
description: 'Profile and debug the build process'
|
||||
required: false
|
||||
default: true
|
||||
default: false
|
||||
type: boolean
|
||||
use-ccache:
|
||||
description: 'Enable ccache/sccache'
|
||||
|
@ -153,7 +153,7 @@ jobs:
|
|||
uses: ./.github/actions/build-debug-info
|
||||
with:
|
||||
has-sccache: ${{ inputs.use-ccache }}
|
||||
if: inputs.build-debug-info
|
||||
if: true
|
||||
|
||||
- name: Setup caches
|
||||
uses: ./.github/actions/setup-cache
|
||||
|
@ -210,7 +210,7 @@ jobs:
|
|||
uses: ./.github/actions/build-debug-info-post
|
||||
with:
|
||||
target: mac
|
||||
if: inputs.build-debug-info && (success() || failure())
|
||||
if: true && (success() || failure())
|
||||
|
||||
build-android:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue