fix build check cache key

This commit is contained in:
Abdenasser 2025-02-26 17:38:42 +00:00
parent 2e5bd73fd8
commit 3760f24d57

View File

@ -36,7 +36,7 @@ jobs:
path: |
/var/cache/apt/archives/*.deb
/var/lib/apt/lists/*
key: ${{ runner.os }}-apt-${{ hashFiles('**/build-check.yml') }}
key: ${{ runner.os }}-apt-${{ hashFiles('**/package.json', '**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-apt-