Skip to content

Commit 3c42e9e

Browse files
committed
Update workflows #8
1 parent cf73a56 commit 3c42e9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-swc-plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
override: true
2323
- name: Use cargo
2424
uses: actions-rs/cargo@v1
25+
- name: Add wasm32-wasi target
26+
run: rustup target add wasm32-wasi
2527
- name: Build plugin
2628
working-directory: plugin-swc
2729
run: yarn build:plugin --release

.github/workflows/lint-swc-plugin.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
override: true
2323
- name: Add rustfmt
2424
run: rustup component add rustfmt
25-
- name: Add wasm32-wasi target
26-
run: rustup target add wasm32-wasi
2725
- name: Lint
2826
uses: actions-rs/cargo@v1
2927
with:

0 commit comments

Comments
 (0)