mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix apt cache path to only archive .deb files
This commit is contained in:
parent
1884534f82
commit
254486d428
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Cache apt packages
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: /var/cache/apt/archives
|
||||
path: /var/cache/apt/archives/*.deb
|
||||
key: apt-${{ matrix.arch }}-${{ hashFiles('.github/workflows/build.yml') }}
|
||||
restore-keys: apt-${{ matrix.arch }}-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue