diff options
| author | Eric Huss <eric@huss.org> | 2023-01-31 18:13:57 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-01-31 18:13:57 -0800 |
| commit | 5e90940a4b742e7f1e86f21c26b56e99a8733458 (patch) | |
| tree | 7d48c08587c3edf39f93a16a593b49a609a8005f /src/ci/github-actions/ci.yml | |
| parent | dc1d9d50fba2f6a1ccab8748a0050cde38253f60 (diff) | |
| download | rust-5e90940a4b742e7f1e86f21c26b56e99a8733458.tar.gz rust-5e90940a4b742e7f1e86f21c26b56e99a8733458.zip | |
Enable Cargo's sparse protocol in CI
Diffstat (limited to 'src/ci/github-actions/ci.yml')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 5e676a470a0..dc09c120199 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -33,6 +33,7 @@ x--expand-yaml-anchors--remove: - &shared-ci-variables CI_JOB_NAME: ${{ matrix.name }} + CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse - &public-variables SCCACHE_BUCKET: rust-lang-ci-sccache2 |
