From cd2fcdc078d594b0ec19b8e629e18c43036c542d Mon Sep 17 00:00:00 2001 From: Chloe <25387744+qimiko@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:47:42 -0700 Subject: [PATCH] i forgot. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eccc136..22f53fad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: