Skip to content

Commit

Permalink
Fix CI failure on 1.45
Browse files Browse the repository at this point in the history
```
error: failed to get `assert_matches` as a dependency of package `futures v0.4.0-alpha.0 (/home/runner/work/futures-rs/futures-rs/futures)`

Caused by:
  failed to load source for dependency `assert_matches`

Caused by:
  Unable to update registry `https://github.com/rust-lang/crates.io-index`

Caused by:
  failed to fetch `https://github.com/rust-lang/crates.io-index`

Caused by:
  error reading from the zlib stream; class=Zlib (5)
```
  • Loading branch information
taiki-e committed Aug 14, 2022
1 parent 4145d59 commit 74b1e34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
util-msrv:
name: cargo +${{ matrix.rust }} build
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
strategy:
matrix:
rust:
Expand Down

0 comments on commit 74b1e34

Please sign in to comment.