Skip to content

Commit bfe0125

Browse files
committed
feat(debian): enable cache in CI
1 parent 5862a8c commit bfe0125

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/debian.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
cache-from: type=gha,scope=${{ matrix.arch }}
4141
cache-to: type=gha,scope=${{ matrix.arch }},mode=max
4242

43+
- name: Restore cached packages
44+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
45+
with:
46+
path: cdn/apt
47+
key: apt-packages-${{ matrix.arch }}-${{ github.sha }}
48+
restore-keys: |
49+
apt-packages-${{ matrix.arch }}-
50+
4351
- name: Build packages
4452
working-directory: debian
4553
run: |

0 commit comments

Comments
 (0)