Skip to content

Commit a4880f3

Browse files
committed
update visual regression.yml to include rust wasm32-wasip1 support
1 parent db299fd commit a4880f3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/visual-regression-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ jobs:
2323
with:
2424
node-version: ${{ steps.nvm.outputs.NVMRC }}
2525

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+
2636
- name: Get yarn cache
2737
id: yarn-cache
2838
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)