parent
e80c63cb04
commit
4dba3901b9
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
|
|
||||||
# --- Cache apt packages ---
|
# --- Cache apt packages ---
|
||||||
- name: Cache apt packages
|
- name: Cache apt packages
|
||||||
uses: actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: /var/cache/apt/archives
|
path: /var/cache/apt/archives
|
||||||
key: apt-${{ runner.os }}-${{ hashFiles('**/apt-packages.txt') }}
|
key: apt-${{ runner.os }}-${{ hashFiles('**/apt-packages.txt') }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue