mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Workaround GH Actions issue for 1.45
This commit is contained in:
parent
ea5b62fff6
commit
88e562053a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue