Skip to content

Commit

Permalink
fix: update github workflow's rust optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Feb 2, 2022
1 parent 45de8b7 commit 032a7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
- name: Build development contracts
run: |
echo "Building all contracts under ./contracts"
docker run --volumes-from with_code cosmwasm/rust-optimizer:0.11.0 ./contracts/*/
docker run --volumes-from with_code cosmwasm/rust-optimizer:0.12.1 ./contracts/*/
- name: Check development contracts
working-directory: ./
run: |
echo "Checking all contracts under ./artifacts"
docker run --volumes-from with_code rust:1.51.0 /bin/bash -e -c 'cd ./code/packages/vm; ./examples/check_contract.sh ../../artifacts/*.wasm'
docker run --volumes-from with_code rust:1.54.0 /bin/bash -e -c 'cd ./code/packages/vm; ./examples/check_contract.sh ../../artifacts/*.wasm'
docker cp with_code:/code/artifacts .
- name: Create Release
Expand Down

0 comments on commit 032a7aa

Please sign in to comment.