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