Skip to content

Commit 38c74e4

Browse files
committed
Fix sparse registries environment variable
1 parent ce8f658 commit 38c74e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +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
96+
echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
9797
shell: bash
9898
9999
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose

0 commit comments

Comments
 (0)