Skip to content

Commit 2fba6a5

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

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
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

.github/workflows/release-please.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ jobs:
6666
workspaces: wit-bindgen-wasm
6767
shared-key: release-cargo-${{ hashFiles('wit-bindgen-wasm/Cargo.lock') }}
6868

69-
- name: Setup WebAssembly build tools
70-
run: npm run setup-wasm
71-
7269
- name: Build VSIX and upload to release
7370
env:
7471
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)