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:
    ACK 0aef1576fa
  apoelstra:
    ACK 0aef1576fa

Tree-SHA512: 9c42cfa9d205df2c38aae651c104e5483ad7ac7098755040f1f12368f046375b824e663fadaaae11ca31d368700eea9a1783a02cb91cbd15a5a3cee5311cc2fe
This commit is contained in:
Andrew Poelstra 2022-12-30 14:09:33 +00:00
commit 3867b0d3d3
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

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