Skip to content

Commit 1efe5d0

Browse files
committed
ci: remove unnecessary step
1 parent 81240c7 commit 1efe5d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Store rust cache
22

3-
# This workflow is needed since any cache created
3+
# This workflow is needed since any cache created
44
# on a feature-branch will NOT be available on any other ref.
55
# See: https://github.com/actions/cache/issues/79
66

@@ -48,4 +48,4 @@ jobs:
4848
key: rust-targets
4949

5050
- name: Build WASM
51-
run: bun run build:wasm && bun run package
51+
run: bun run build:wasm

0 commit comments

Comments
 (0)