We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f240986 commit 5789fc0Copy full SHA for 5789fc0
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
71
DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
SCCACHE_BUCKET: rust-lang-ci-sccache2
73
+ SCCACHE_REGION: us-west-1
74
CACHE_DOMAIN: ci-caches.rust-lang.org
75
continue-on-error: ${{ matrix.continue_on_error || false }}
76
strategy:
0 commit comments