We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07da00 commit 36a6606Copy full SHA for 36a6606
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: taiki-e/install-action@wasmtime
30
- run: rustup target add wasm32-wasip2
31
- run: cargo build --target wasm32-wasip2 --release
32
- - run: wasmtime ./target/wasm32-wasi/release/blockset.wasm validate c02hb4h8s6v05pxpnhcyxdebewfbwbrg6sp3k46hsh6qc
+ - run: wasmtime ./target/wasm32-wasip2/release/blockset.wasm validate c02hb4h8s6v05pxpnhcyxdebewfbwbrg6sp3k46hsh6qc
33
34
test-wasm:
35
runs-on: ubuntu-latest
0 commit comments