Skip to content

Commit 187d18a

Browse files
authored
Merge pull request #1681 from dunxen/2022-08-githubactionsfix
Workaround GH Actions issue for 1.45
2 parents ea5b62f + 88e5620 commit 187d18a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
- name: Pin tokio to 1.14 for Rust 1.45
6363
if: "matrix.build-net-old-tokio"
6464
run: cargo update -p tokio --precise "1.14.0" --verbose
65+
env:
66+
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
6567
- name: Build on Rust ${{ matrix.toolchain }} with net-tokio
6668
if: "matrix.build-net-tokio && !matrix.coverage"
6769
run: cargo build --verbose --color always

0 commit comments

Comments
 (0)