Remove CARGO_UNSTABLE_SPARSE_REGISTRY
env from ci
It is now the default to use the sparse registry
This commit is contained in:
parent
58befc7de8
commit
33b241dc7f
1
.github/workflows/clippy.yml
vendored
1
.github/workflows/clippy.yml
vendored
@ -25,7 +25,6 @@ env:
|
||||
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
|
||||
NO_FMT_TEST: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: true
|
||||
|
||||
jobs:
|
||||
base:
|
||||
|
1
.github/workflows/clippy_bors.yml
vendored
1
.github/workflows/clippy_bors.yml
vendored
@ -11,7 +11,6 @@ env:
|
||||
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
|
||||
NO_FMT_TEST: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
1
.github/workflows/clippy_dev.yml
vendored
1
.github/workflows/clippy_dev.yml
vendored
@ -16,7 +16,6 @@ on:
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: true
|
||||
|
||||
jobs:
|
||||
clippy_dev:
|
||||
|
Loading…
Reference in New Issue
Block a user