We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f9a17 commit 818b355Copy full SHA for 818b355
1 file changed
.github/workflows/pr-preview-build.yml
@@ -6,6 +6,8 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v6
9
+ - run: |
10
+ rustup target add wasm32-unknown-unknown
11
12
- name: Install trunk
13
run: |
0 commit comments