Skip to content

Commit 60cdf46

Browse files
authored
Also enable sparse registries with the _new_ environment variable
Changed yesterday: rust-lang/cargo#11224
1 parent 22cb704 commit 60cdf46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ runs:
9393
- run: |
9494
: enable Cargo sparse registry
9595
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
96+
echo REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
9697
shell: bash
9798
9899
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose

0 commit comments

Comments
 (0)