We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea5b62f + 88e5620 commit 187d18aCopy full SHA for 187d18a
.github/workflows/build.yml
@@ -62,6 +62,8 @@ jobs:
62
- name: Pin tokio to 1.14 for Rust 1.45
63
if: "matrix.build-net-old-tokio"
64
run: cargo update -p tokio --precise "1.14.0" --verbose
65
+ env:
66
+ CARGO_NET_GIT_FETCH_WITH_CLI: "true"
67
- name: Build on Rust ${{ matrix.toolchain }} with net-tokio
68
if: "matrix.build-net-tokio && !matrix.coverage"
69
run: cargo build --verbose --color always
0 commit comments