Workaround GH Actions issue for 1.45

This commit is contained in:
Duncan Dean 2022-08-23 09:20:35 +02:00
parent ea5b62fff6
commit 88e562053a
No known key found for this signature in database
GPG key ID: ED357015286A333D

View file

@ -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