Merge rust-bitcoin/rust-bitcoin#1508: Use cargo install cross `--locked`
0aef1576fa
Use cargo install cross `--locked` (Tobin C. Harding) Pull request description: `cross` currently fails to install, this has been reported already https://github.com/cross-rs/cross/issues/1177 The workaround is to use `cargo install --locked`. ACKs for top commit: Kixunil: ACK0aef1576fa
apoelstra: ACK0aef1576fa
Tree-SHA512: 9c42cfa9d205df2c38aae651c104e5483ad7ac7098755040f1f12368f046375b824e663fadaaae11ca31d368700eea9a1783a02cb91cbd15a5a3cee5311cc2fe
This commit is contained in:
commit
3867b0d3d3
|
@ -85,7 +85,7 @@ jobs:
|
|||
- name: Install target
|
||||
run: rustup target add s390x-unknown-linux-gnu
|
||||
- name: install cross
|
||||
run: cargo install cross
|
||||
run: cargo install cross --locked
|
||||
- name: run cross test
|
||||
run: cross test --target s390x-unknown-linux-gnu
|
||||
|
||||
|
|
Loading…
Reference in New Issue