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 81240c7 commit 1efe5d0Copy full SHA for 1efe5d0
.github/workflows/cache.yml
@@ -1,6 +1,6 @@
1
name: Store rust cache
2
3
-# This workflow is needed since any cache created
+# This workflow is needed since any cache created
4
# on a feature-branch will NOT be available on any other ref.
5
# See: https://github.com/actions/cache/issues/79
6
@@ -48,4 +48,4 @@ jobs:
48
key: rust-targets
49
50
- name: Build WASM
51
- run: bun run build:wasm && bun run package
+ run: bun run build:wasm
0 commit comments