Skip to content

Commit ae34a25

Browse files
committed
Fix CI failure on 1.43
``` error: failed to get `event-listener` as a dependency of package `async-lock v2.5.0 (/home/runner/work/async-lock/async-lock)` Caused by: failed to load source for dependency `event-listener` 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 0f15490 commit ae34a25

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
@@ -39,6 +39,8 @@ jobs:
3939
- run: cargo test --all
4040

4141
msrv:
42+
env:
43+
CARGO_NET_GIT_FETCH_WITH_CLI: true
4244
runs-on: ubuntu-latest
4345
strategy:
4446
matrix:

0 commit comments

Comments
 (0)