We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf73a56 commit 3c42e9eCopy full SHA for 3c42e9e
.github/workflows/build-swc-plugin.yml
@@ -22,6 +22,8 @@ jobs:
22
override: true
23
- name: Use cargo
24
uses: actions-rs/cargo@v1
25
+ - name: Add wasm32-wasi target
26
+ run: rustup target add wasm32-wasi
27
- name: Build plugin
28
working-directory: plugin-swc
29
run: yarn build:plugin --release
.github/workflows/lint-swc-plugin.yml
@@ -22,8 +22,6 @@ jobs:
- name: Add rustfmt
run: rustup component add rustfmt
- - name: Add wasm32-wasi target
- run: rustup target add wasm32-wasi
- name: Lint
with:
0 commit comments