Skip to content

Commit 3e2132c

Browse files
committed
ci: debug: what happens when we take out explicit caching and only specify a hash
1 parent 0a62ace commit 3e2132c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: denoland/setup-deno@v2
2020
with:
2121
deno-version: 2.x
22-
cache: true
22+
cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
2323

2424
# - name: Set up Deno dependencies cache
2525
# id: deno-deps-cache

0 commit comments

Comments
 (0)