From 74b1e346386f873fe966620976107ed70232c121 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 30 Jul 2022 13:36:20 +0900 Subject: [PATCH] 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) ``` --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c909d887..86cac1936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,8 @@ jobs: util-msrv: name: cargo +${{ matrix.rust }} build + env: + CARGO_NET_GIT_FETCH_WITH_CLI: true strategy: matrix: rust: