Skip to content

Commit

Permalink
redo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
eboody committed May 22, 2024
1 parent d844473 commit 3a984f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
with:
deno-version: v1.x

- name: Cache Deno modules
uses: actions/cache@v2
with:
path: ~/.cache/deno
key: ${{ runner.os }}-deno-${{ hashFiles('**/import_map.json') }}
restore-keys: |
${{ runner.os }}-deno-
# - name: Cache Deno modules
# uses: actions/cache@v2
# with:
# path: ~/.cache/deno
# key: ${{ runner.os }}-deno-${{ hashFiles('**/import_map.json') }}
# restore-keys: |
# ${{ runner.os }}-deno-

- name: Install dependencies
run: deno cache index.ts
Expand Down

0 comments on commit 3a984f8

Please sign in to comment.