mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
fix build check cache key
This commit is contained in:
parent
2e5bd73fd8
commit
3760f24d57
2
.github/workflows/build-check.yml
vendored
2
.github/workflows/build-check.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
/var/cache/apt/archives/*.deb
|
/var/cache/apt/archives/*.deb
|
||||||
/var/lib/apt/lists/*
|
/var/lib/apt/lists/*
|
||||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/build-check.yml') }}
|
key: ${{ runner.os }}-apt-${{ hashFiles('**/package.json', '**/Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-apt-
|
${{ runner.os }}-apt-
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user