1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00

build: invalidate GHA cache (#7894)

This commit is contained in:
Bartek Iwańczuk 2020-10-09 13:00:39 +02:00 committed by GitHub
parent 98727b331d
commit 2ae59318ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'