summa-tx / coins

Rust implementations of BIP32/39 and Ledger device comms
Other
92 stars 31 forks source link

fix wasm CI #116

Closed prestwich closed 1 year ago

prestwich commented 1 year ago

  with:
    command: build
    args: --verbose --target wasm3[2](https://github.com/summa-tx/bitcoins-rs/actions/runs/4387633127/jobs/7683163306#step:5:2)-unknown-unknown --no-default-features --features "browser" --locked
    use-cross: false
  env:
    CARGO_TERM_COLOR: always
    CACHE_ON_FAILURE: true
    CARGO_INCREMENTAL: 0
/home/runner/.cargo/bin/cargo build --verbose --target wasm[3](https://github.com/summa-tx/bitcoins-rs/actions/runs/4387633127/jobs/7683163306#step:5:3)2-unknown-unknown --no-default-features --features browser --locked
    Updating crates.io index
error: the lock file /home/runner/work/bitcoins-rs/bitcoins-rs/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code [10](https://github.com/summa-tx/bitcoins-rs/actions/runs/4387633127/jobs/7683163306#step:5:11)1```
prestwich commented 1 year ago

closing as CI passes with removal of --locked