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 db299fd commit a4880f3Copy full SHA for a4880f3
1 file changed
.github/workflows/visual-regression-test.yml
@@ -23,6 +23,16 @@ jobs:
23
with:
24
node-version: ${{ steps.nvm.outputs.NVMRC }}
25
26
+ - name: Setup Rust
27
+ uses: dtolnay/rust-toolchain@stable
28
+ with:
29
+ targets: wasm32-wasip1
30
+
31
+ - name: Verify Rust targets
32
+ run: |
33
+ rustup target list --installed
34
+ rustup target add wasm32-wasip1 --toolchain stable
35
36
- name: Get yarn cache
37
id: yarn-cache
38
run: echo "::set-output name=dir::$(yarn cache dir)"
0 commit comments