Skip to content

Commit

Permalink
Update publish-nym-contracts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyv1987 authored Nov 18, 2024
1 parent b5f1d67 commit 62e0771
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-nym-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
- name: Install Rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.77
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy

- name: Install wasm-opt
run: cargo install --version 0.114.0 wasm-opt
uses: ./.github/actions/install-wasm-opt
with:
version: '114'

- name: Build release contracts
run: make contracts
Expand Down

0 comments on commit 62e0771

Please sign in to comment.