Skip to content

Commit

Permalink
ci(wasm): add install script call
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Nov 3, 2023
1 parent b00856d commit 4454c00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ jobs:
id: config-wasm-tools
run: |-
./.github/citools/common/run_wrapper_script "./${{ matrix.exercise }}" ../../.github/citools/wasm/wasm-setup-config
- name: Install WebAssembly Tools [${{ matrix.exercise }}]
id: wasm-install
run: |-
./.github/citools/common/run_wrapper_script "./${{ matrix.exercise }}" ../../.github/citools/wasm/wasm-setup-install
- name: Show WebAssembly version [${{ matrix.exercise }}]
id: wasm-version
run: |-
Expand Down

0 comments on commit 4454c00

Please sign in to comment.