Skip to content

Commit 60436bd

Browse files
committed
Delete stable sparse registry env variable
Fixes #56.
1 parent 38c74e4 commit 60436bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@ runs:
9191
shell: bash
9292
9393
- run: |
94-
: enable Cargo sparse registry
94+
: enable Cargo sparse registry (ignored by stable cargo)
9595
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
96-
echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
9796
shell: bash
9897
9998
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose

0 commit comments

Comments
 (0)