i forgot.

This commit is contained in:
Chloe 2024-07-25 20:47:42 -07:00
parent 4dc5ba07d0
commit cd2fcdc078
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -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: