From 88e562053a80fe4bfc7b602e6b59882e9b519d2f Mon Sep 17 00:00:00 2001 From: Duncan Dean Date: Tue, 23 Aug 2022 09:20:35 +0200 Subject: [PATCH] Workaround GH Actions issue for 1.45 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfb1b9c84..be52e0577 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,6 +62,8 @@ jobs: - name: Pin tokio to 1.14 for Rust 1.45 if: "matrix.build-net-old-tokio" run: cargo update -p tokio --precise "1.14.0" --verbose + env: + CARGO_NET_GIT_FETCH_WITH_CLI: "true" - name: Build on Rust ${{ matrix.toolchain }} with net-tokio if: "matrix.build-net-tokio && !matrix.coverage" run: cargo build --verbose --color always -- 2.39.5