diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-02-13 10:01:21 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-02-14 12:30:07 +0100 |
| commit | 5789fc0db18755af5f8a3ad067277cb56149d8de (patch) | |
| tree | ccace6589723684c2b8f271303e04d8cb650bfb3 | |
| parent | f240986b8aa703393d4ee8dc83833368d60876d9 (diff) | |
| download | rust-5789fc0db18755af5f8a3ad067277cb56149d8de.tar.gz rust-5789fc0db18755af5f8a3ad067277cb56149d8de.zip | |
Add sccache S3 region
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0934e42b277..4886bd272d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,7 @@ jobs: HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }} DOCKER_TOKEN: ${{ secrets.GITHUB_TOKEN }} SCCACHE_BUCKET: rust-lang-ci-sccache2 + SCCACHE_REGION: us-west-1 CACHE_DOMAIN: ci-caches.rust-lang.org continue-on-error: ${{ matrix.continue_on_error || false }} strategy: |
