Skip to content

Commit 712ad90

Browse files
committed
ci: debug: what happens when we use it for both
1 parent 3e2132c commit 712ad90

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
@@ -49,7 +49,7 @@ jobs:
4949
uses: denoland/setup-deno@v2
5050
with:
5151
deno-version: 2.x
52-
cache: true
52+
cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
5353

5454
# - name: Set up Deno dependencies cache
5555
# id: deno-deps-cache

0 commit comments

Comments
 (0)