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:
parent
98727b331d
commit
2ae59318ee
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -114,9 +114,9 @@ jobs:
|
||||||
target/*/.*
|
target/*/.*
|
||||||
target/*/build
|
target/*/build
|
||||||
target/*/deps
|
target/*/deps
|
||||||
key: ${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
|
key: deno-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ matrix.os }}-${{ matrix.kind }}-
|
deno-${{ matrix.os }}-${{ matrix.kind }}-
|
||||||
|
|
||||||
- name: lint.py
|
- name: lint.py
|
||||||
if: matrix.kind == 'lint'
|
if: matrix.kind == 'lint'
|
||||||
|
|
Loading…
Add table
Reference in a new issue