Skip to content

Commit 35009a5

Browse files
committed
Update test.yml
1 parent 41d6899 commit 35009a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- name: rustup
14+
run: rustup target add wasm32-wasip2
1315
- name: Install cargo-binstall
1416
uses: cargo-bins/[email protected]
15-
- name: Install wkg
17+
- name: Install cargo-component
1618
shell: bash
1719
run: cargo binstall cargo-component
1820
- name: Install Wasmtime
@@ -30,6 +32,8 @@ jobs:
3032
runs-on: ubuntu-latest
3133
steps:
3234
- uses: actions/checkout@v4
35+
- name: rustup
36+
run: rustup target add wasm32-wasip2
3337
- name: clippy
3438
run: cargo clippy -- -Dwarnings
3539
- name: fmt

0 commit comments

Comments
 (0)