Skip to content

Commit be622b5

Browse files
committed
refactor: remove setup step for WebAssembly build tools from CI workflow
1 parent 851f4cf commit be622b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
workspaces: wit-bindgen-wasm
3939
shared-key: ${{ runner.os }}-cargo-${{ hashFiles('wit-bindgen-wasm/Cargo.lock') }}
4040

41-
- name: Setup WebAssembly build tools
42-
run: npm run setup-wasm
43-
4441
- name: Install dependencies
4542
run: npm ci
4643

0 commit comments

Comments
 (0)