From 91813d5ab515226c933c8e458d4e83c07c7b3026 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Mon, 9 Dec 2024 10:55:10 +0100 Subject: [PATCH] bad conditional statement --- .github/actions/sccache-gcloud/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/sccache-gcloud/action.yml b/.github/actions/sccache-gcloud/action.yml index ee611db560..2677767f74 100644 --- a/.github/actions/sccache-gcloud/action.yml +++ b/.github/actions/sccache-gcloud/action.yml @@ -31,7 +31,6 @@ runs: # echo "SCCACHE_GCS_KEY_PATH=${{ steps.gauth.credentials_file_path }}" >> $GITHUB_ENV - name: setup Rust sccache wrapper - if: ${{ inputs.cache == 'enabled' }} shell: bash run: | echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV