Skip to content

Commit

Permalink
use path for wasm tools
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Dec 7, 2023
1 parent 99f2385 commit 29e80c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
curl -L $PACKAGE_URL | tar xz -C $INSTALL_PATH
shell: bash
- name: Build the Snap project
run: cargo run -- sov-snap-generator build --defaults --target ./sov-runtime-snap
run: |
PATH="/usr/local/bin/binaryen-version_116/bin:/usr/local/bin/wabt-1.0.34/bin:$PATH"
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 29e80c8

Please sign in to comment.