mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 18:21:20 +00:00
fix(ci): use --locked
instead of --frozen
for lockfile check
`--frozen` also forbids network requests which fails in CI because we need to contact the registry in a clean CI container. Pull-Request: #3589.
This commit is contained in:
parent
83ef657500
commit
d81f9476f7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -294,4 +294,5 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: cargo metadata --frozen --format-version=1 > /dev/null
|
||||
- uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
|
||||
- run: cargo metadata --locked --format-version=1 > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user