Skip to content

Commit 7802820

Browse files
committed
ci: add wasm32 to other publish workflow as well
1 parent 1d70514 commit 7802820

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
tar xzf trunk-x86_64-unknown-linux-gnu.tar.gz
3535
sudo install trunk /usr/bin/trunk
3636
37+
- run: |
38+
rustup target add wasm32-unknown-unknown
39+
3740
- name: Set build timestamp
3841
run: echo "BUILD_TIMESTAMP=$(date --rfc-3339=seconds --utc)" >> $GITHUB_ENV
3942

0 commit comments

Comments
 (0)