Skip to content

Commit 818b355

Browse files
committed
ci: add wasm32-unknown-unknown to publish workflow as well
1 parent 22f9a17 commit 818b355

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-preview-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v6
9+
- run: |
10+
rustup target add wasm32-unknown-unknown
911
1012
- name: Install trunk
1113
run: |

0 commit comments

Comments
 (0)