Skip to content

Commit bf2c4a2

Browse files
committed
Enable Cargo nightly sparse-registry feature
1 parent 5f2e2a7 commit bf2c4a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,10 @@ runs:
9090
echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
9191
shell: bash
9292
93+
- run: |
94+
: enable Cargo sparse registry
95+
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
96+
shell: bash
97+
9398
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
9499
shell: bash

0 commit comments

Comments
 (0)