Skip to content

Commit

Permalink
fix: update cosmwasm optimizer version
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Jul 4, 2024
1 parent 085b4d3 commit a34ddaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push-to-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
id: compile-contracts
run: |
cd axelar-amplifier
docker run --rm -v "$(pwd)":/code --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/rust-optimizer:0.15.1
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/optimizer:0.16.0
commit_hash=$(git rev-parse --short HEAD)
cd ..
mkdir -p ./artifacts/$commit_hash/
Expand Down

0 comments on commit a34ddaf

Please sign in to comment.