Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
build: invalidate GHA cache (denoland#7894)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored and peterpanduro committed Oct 9, 2020
1 parent 5ab3337 commit 7873ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ jobs:
target/*/.*
target/*/build
target/*/deps
key: ${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
key: deno-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
${{ matrix.os }}-${{ matrix.kind }}-
deno-${{ matrix.os }}-${{ matrix.kind }}-
- name: lint.py
if: matrix.kind == 'lint'
Expand Down

0 comments on commit 7873ca7

Please sign in to comment.