We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d70514 commit 7802820Copy full SHA for 7802820
1 file changed
.github/workflows/publish.yaml
@@ -34,6 +34,9 @@ jobs:
34
tar xzf trunk-x86_64-unknown-linux-gnu.tar.gz
35
sudo install trunk /usr/bin/trunk
36
37
+ - run: |
38
+ rustup target add wasm32-unknown-unknown
39
+
40
- name: Set build timestamp
41
run: echo "BUILD_TIMESTAMP=$(date --rfc-3339=seconds --utc)" >> $GITHUB_ENV
42
0 commit comments