bugfix: make sure to run cargo install cosmwasm-check with --locked flag during CI (#6568)
This commit is contained in:
committed by
GitHub
parent
8dc3ba4ec3
commit
0429238b0f
@@ -35,7 +35,7 @@ jobs:
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Install cosmwasm-check
|
||||
run: cargo install cosmwasm-check
|
||||
run: cargo install cosmwasm-check --locked
|
||||
|
||||
- name: Install wasm-opt
|
||||
uses: ./.github/actions/install-wasm-opt
|
||||
|
||||
Reference in New Issue
Block a user