Skip to content

Commit

Permalink
ci(wasm): don't need to install the tools anymore at ci runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Nov 6, 2023
1 parent 60d4a30 commit a6ee69f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ 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 a6ee69f

Please sign in to comment.