Skip to content

Commit

Permalink
use older toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jul 23, 2024
1 parent b2c6bfb commit aa00f9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ jobs:
(cd $C && cargo build --release --lib --target wasm32-unknown-unknown --locked)
done
# cosmwasm-check v1.3.x is used to check for compatibility with wasmvm v1.3.x used by Axelar
# Older rust toolchain is required to install cosmwasm-check v1.3.x
- name: Install cosmwasm-check
uses: actions-rs/cargo@v1
with:
command: install
# v1.3.x is used to check for compatibility with wasmvm v1.3.x used by Axelar
toolchain: 1.75.0
args: --version 1.3.4 --locked cosmwasm-check

- name: Check wasm contracts
Expand Down

0 comments on commit aa00f9f

Please sign in to comment.