Skip to content

Commit

Permalink
bad conditional statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 9, 2024
1 parent 9450af8 commit 91813d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/sccache-gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91813d5

Please sign in to comment.