Skip to content

Commit

Permalink
Also cache gen
Browse files Browse the repository at this point in the history
  • Loading branch information
danopia committed Jan 25, 2025
1 parent 92cb46d commit e036777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Cache https://
uses: actions/cache@v4
with:
path: ~/.cache/deno/remote/https
path: ~/.cache/deno/remote/https ~/.cache/deno/gen/https
key: deno-https/v2-${{ github.sha }}
restore-keys: deno-https/v2-

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Cache https://
uses: actions/cache@v4
with:
path: ~/.cache/deno/remote/https
path: ~/.cache/deno/remote/https ~/.cache/deno/gen/https
key: deno-https/v2-${{ github.sha }}-doci
restore-keys: deno-https/v2-
- name: Install denodir-oci utility
Expand Down

0 comments on commit e036777

Please sign in to comment.