Skip to content

Commit

Permalink
fix: add --locked option for installation of cw check
Browse files Browse the repository at this point in the history
Signed-off-by: Night Owl <[email protected]>
  • Loading branch information
nightowl121 committed Sep 8, 2023
1 parent c3a50b8 commit 3ddf01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cw-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install cw-check
run: |
cargo install cosmwasm-check
cargo install cosmwasm-check --locked
- name: Compile WASM
run: bash ./scripts/generate_wasm.sh
Expand Down

0 comments on commit 3ddf01c

Please sign in to comment.