Skip to content

Commit

Permalink
Move rust installation to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajgs committed Nov 8, 2023
1 parent fbd0215 commit 75f8145
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/relayer-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3
with:
targets: wasm32-unknown-unknown

- name: Install necessary tools
shell: bash
run: |
Expand All @@ -45,11 +50,6 @@ jobs:
mkdir -p eth/build/contracts/
cp eth/artifacts/contracts/Membrane.sol/Membrane.json eth/build/contracts/Membrane.json
- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3
with:
targets: wasm32-unknown-unknown

- name: Build relayer
run: |
cd relayer
Expand Down

0 comments on commit 75f8145

Please sign in to comment.