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 42c126c commit 53fc4ccCopy full SHA for 53fc4cc
.github/workflows/rust.yml
@@ -35,7 +35,9 @@ jobs:
35
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
37
- name: Install Rust
38
- run: rustup update stable --no-self-update
+ run: |
39
+ rustup update stable --no-self-update
40
+ rustup target add wasm32-wasip2
41
42
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
43
with:
0 commit comments