Skip to content

Commit b2c6bfb

Browse files
committed
ci: use cosmwasm-check v1.3.x for consistency with wasmvm version
1 parent c5e8bef commit b2c6bfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/basic.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
uses: actions-rs/cargo@v1
8484
with:
8585
command: install
86-
args: --version 1.5.5 --locked cosmwasm-check
86+
# v1.3.x is used to check for compatibility with wasmvm v1.3.x used by Axelar
87+
args: --version 1.3.4 --locked cosmwasm-check
8788

8889
- name: Check wasm contracts
8990
run: cosmwasm-check ./target/wasm32-unknown-unknown/release/*.wasm

0 commit comments

Comments
 (0)