Skip to content

Commit

Permalink
add --locked as ci fail error suggests (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff authored Dec 29, 2023
1 parent 42d6d5e commit b5ccb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-unit-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
export WASM_BUILD_WORKSPACE_HINT=${PWD}
export CARGO_TARGET_DIR=/tmp/$RUST_CONTRACTS_TOOLCHAIN/target/
cargo +${RUST_CONTRACTS_TOOLCHAIN} install cargo-dylint dylint-link
cargo +${RUST_CONTRACTS_TOOLCHAIN} install --locked cargo-dylint dylint-link
cargo +${RUST_CONTRACTS_TOOLCHAIN} install --version $CARGO_CONTRACT_VERSION \
--force --locked cargo-contract
Expand Down

0 comments on commit b5ccb6a

Please sign in to comment.