We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851f4cf commit 2fba6a5Copy full SHA for 2fba6a5
.github/workflows/ci.yml
@@ -38,9 +38,6 @@ jobs:
38
workspaces: wit-bindgen-wasm
39
shared-key: ${{ runner.os }}-cargo-${{ hashFiles('wit-bindgen-wasm/Cargo.lock') }}
40
41
- - name: Setup WebAssembly build tools
42
- run: npm run setup-wasm
43
-
44
- name: Install dependencies
45
run: npm ci
46
.github/workflows/release-please.yml
@@ -66,9 +66,6 @@ jobs:
66
67
shared-key: release-cargo-${{ hashFiles('wit-bindgen-wasm/Cargo.lock') }}
68
69
70
71
72
- name: Build VSIX and upload to release
73
env:
74
GITHUB_TOKEN: ${{ github.token }}
0 commit comments