Skip to content

Commit

Permalink
fix env var for cargo sparse registry (#8140)
Browse files Browse the repository at this point in the history
* fix env var for cargo sparse registry

see rust-lang/cargo#11632

* Update ci.yml
  • Loading branch information
alex authored Jan 27, 2023
1 parent 8e64177 commit 7732bd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

env:
REGISTRIES_CRATES_IO_PROTOCOL: sparse

jobs:
linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -270,6 +267,8 @@ jobs:
- nightly
name: "Rust Coverage"
timeout-minutes: 15
env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
steps:
- uses: actions/[email protected]
timeout-minutes: 3
Expand Down

0 comments on commit 7732bd3

Please sign in to comment.