Skip to content

Commit

Permalink
ci: finally enable sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 7, 2023
1 parent 0e40a67 commit 66f43a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ runs:
labels: ${{ steps.docker_meta.outputs.labels }}
build-args: |
CARGO_BUILD_PROFILE=${{ inputs.cargo_profile }}
RUSTC_WRAPPER=sscache
RUSTC_WRAPPER=sccache
SCCACHE_BUCKET=${{ inputs.bucket }}
SCCACHE_REGION=${{ inputs.region }}
SCCACHE_S3_KEY_PREFIX="${{ runner.os }}/sccache"
Expand Down

0 comments on commit 66f43a9

Please sign in to comment.