Explorar o código

ci: workaround for git zlib stream error

Josh Stone %!s(int64=2) %!d(string=hai) anos
pai
achega
7daa55e9c7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/workflows/ci.yaml

+ 3 - 0
.github/workflows/ci.yaml

@@ -29,6 +29,9 @@ jobs:
         with:
           toolchain: ${{ matrix.rust }}
       - run: cargo build
+        env:
+          # https://github.com/rust-lang/cargo/issues/10303
+          CARGO_NET_GIT_FETCH_WITH_CLI: true
       - run: ./ci/test_full.sh
 
   # i586 presents floating point challenges for lack of SSE/SSE2