소스 검색

ci: workaround for git zlib stream error

Josh Stone 2 년 전
부모
커밋
7daa55e9c7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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