Skip to content

Commit c4f29dd

Browse files
committed
Workaround GH Actions issue for 1.45
1 parent ea5b62f commit c4f29dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ 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"
67+
CARGO_HTTP_MULTIPLEXING: "false"
6568
- name: Build on Rust ${{ matrix.toolchain }} with net-tokio
6669
if: "matrix.build-net-tokio && !matrix.coverage"
6770
run: cargo build --verbose --color always

0 commit comments

Comments
 (0)