Skip to content

Commit 98a9af7

Browse files
authored
fix env var for cargo sparse registry
see rust-lang/cargo#11632
1 parent ee5737f commit 98a9af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
env:
20-
REGISTRIES_CRATES_IO_PROTOCOL: sparse
20+
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
2121

2222
jobs:
2323
linux:

0 commit comments

Comments
 (0)