Skip to content

Commit

Permalink
Re enable CARGO_UNSTABLE_SPARSE_REGISTRY (rust-lang#504)
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
NobodyXu committed Oct 28, 2022
1 parent 9ed04cf commit 0ac27bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -19,7 +19,7 @@ on:

env:
CARGO_TERM_COLOR: always
#CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Expand Up @@ -8,7 +8,7 @@ on:

env:
CARGO_TERM_COLOR: always
#CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"

jobs:
test:
Expand Down

0 comments on commit 0ac27bb

Please sign in to comment.