Skip to content

Commit c11b672

Browse files
committed
Fix the deno cache command
1 parent fdcf420 commit c11b672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
deno-version: ${{ matrix.deno }} # tests across multiple Deno versions
3636

3737
- name: Cache Dependencies
38-
run: deno cache deps.ts
38+
run: deno cache --unstable deps.ts
3939

4040
- name: Run Tests
4141
run: deno test -A --unstable

0 commit comments

Comments
 (0)