From: Duncan Dean Date: Tue, 23 Aug 2022 07:20:35 +0000 (+0200) Subject: Workaround GH Actions issue for 1.45 X-Git-Tag: v0.0.111~29^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=88e562053a80fe4bfc7b602e6b59882e9b519d2f;p=rust-lightning Workaround GH Actions issue for 1.45 --- 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