Skip to content

Commit 53fc4cc

Browse files
fix(ci): add rustup wasip2 target
1 parent 42c126c commit 53fc4cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636

3737
- name: Install Rust
38-
run: rustup update stable --no-self-update
38+
run: |
39+
rustup update stable --no-self-update
40+
rustup target add wasm32-wasip2
3941
4042
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4143
with:

0 commit comments

Comments
 (0)