We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084c16e commit 5f65b7eCopy full SHA for 5f65b7e
1 file changed
.github/workflows/ci.yml
@@ -39,8 +39,7 @@ jobs:
39
uses: denoland/setup-deno@v2
40
with:
41
deno-version: 2.x
42
- cache: false
43
- # cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
+ cache-hash: ${{ runner.os }}-${{ env.CACHE_KEY_BASE }}-${{ hashFiles('deno.lock') }}
44
45
- name: Install dependencies
46
id: deno-deps-install
0 commit comments