Skip to content

Commit

Permalink
ci: update contracts workflow optimizer and rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Sep 10, 2024
1 parent 0a76887 commit 73278e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
contract:
contract:
[
{
workdir: ./x/ibc-rate-limit/,
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
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/workspace-optimizer:0.12.10
cosmwasm/workspace-optimizer:0.16.0
- name: "Upload optimized contract artifact"
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
contract:
contract:
[
{
workdir: ./x/ibc-rate-limit/,
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@1.69.0
uses: dtolnay/rust-toolchain@1.81.0
with:
target: wasm32-unknown-unknown

Expand All @@ -159,7 +159,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@1.69.0
uses: dtolnay/rust-toolchain@1.81.0
with:
components: rustfmt, clippy

Expand Down

0 comments on commit 73278e9

Please sign in to comment.