Skip to content

Commit 24a2d70

Browse files
committed
Update
1 parent b640fbe commit 24a2d70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
deno-version: canary
2525

26+
- uses: Swatinem/rust-cache@v2
27+
2628
- name: build
2729
run: deno task wasmbuild
2830

@@ -50,6 +52,7 @@ jobs:
5052
- uses: denoland/setup-deno@v2
5153
with:
5254
deno-version: canary
55+
- uses: Swatinem/rust-cache@v2
5356
- name: build
5457
run: deno task wasmbuild
5558
- name: Publish to JSR on tag

0 commit comments

Comments
 (0)