Skip to content

Commit 7daa55e

Browse files
committed
ci: workaround for git zlib stream error
1 parent df7d933 commit 7daa55e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
toolchain: ${{ matrix.rust }}
3131
- run: cargo build
32+
env:
33+
# https://github.com/rust-lang/cargo/issues/10303
34+
CARGO_NET_GIT_FETCH_WITH_CLI: true
3235
- run: ./ci/test_full.sh
3336

3437
# i586 presents floating point challenges for lack of SSE/SSE2

0 commit comments

Comments
 (0)