Skip to content

Commit 9940e01

Browse files
committed
fix(ci): remove outdated GH action with run command
1 parent cd0af3b commit 9940e01

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,7 @@ jobs:
178178
toolchain: 1.87.0
179179
target: wasm32-wasip1
180180
override: true
181-
- uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
182-
with:
183-
working-directory: ./packages/presets/swc-plugin
184-
command: build
185-
args: --target wasm32-wasi
186-
- uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
187-
with:
188-
working-directory: ./packages/presets/swc-plugin
189-
command: test
181+
- run: cargo build --target wasm32-wasip1
182+
working-directory: ./packages/presets/swc-plugin
183+
- run: cargo test
184+
working-directory: ./packages/presets/swc-plugin

0 commit comments

Comments
 (0)