Skip to content

Commit

Permalink
install wasm tools before build
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Dec 7, 2023
1 parent 02cf102 commit d7458b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
run: cargo check --manifest-path ./sov-runtime/Cargo.toml
- name: Generate the Snap project
run: cargo run -- sov-snap-generator init --defaults --path ./sov-runtime --target ./sov-runtime-snap
- name: Build the Snap project
run: cargo run -- sov-snap-generator build --defaults --target ./sov-runtime-snap
- name: Install WASM tools
run: |
PACKAGE_URL="https://github.com/WebAssembly/binaryen/releases/download/version_116/binaryen-version_116-x86_64-linux.tar.gz"
Expand All @@ -46,6 +44,8 @@ jobs:
shell: bash
- name: Install Google Chrome
run: yarn install-chrome
- name: Build the Snap project
run: cargo run -- sov-snap-generator build --defaults --target ./sov-runtime-snap
- name: Run Snap tests
run: |
cd sov-runtime-snap
Expand Down

0 comments on commit d7458b4

Please sign in to comment.