Skip to content

Commit 74b1e34

Browse files
committed
Fix CI failure on 1.45
``` 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) ```
1 parent 4145d59 commit 74b1e34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ jobs:
9797
9898
util-msrv:
9999
name: cargo +${{ matrix.rust }} build
100+
env:
101+
CARGO_NET_GIT_FETCH_WITH_CLI: true
100102
strategy:
101103
matrix:
102104
rust:

0 commit comments

Comments
 (0)