Skip to content

Commit 0cf41ca

Browse files
authored
chore: Install wasm32-unknown-unknown in npm publish action (#324)
1 parent 89b779c commit 0cf41ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
uses: actions-rs/toolchain@v1
104104
with:
105105
override: true
106+
target: wasm32-unknown-unknown
106107
profile: minimal
107108
toolchain: stable
108109

0 commit comments

Comments
 (0)