We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5862a8c commit bfe0125Copy full SHA for bfe0125
1 file changed
.github/workflows/debian.yml
@@ -40,6 +40,14 @@ jobs:
40
cache-from: type=gha,scope=${{ matrix.arch }}
41
cache-to: type=gha,scope=${{ matrix.arch }},mode=max
42
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
+
51
- name: Build packages
52
working-directory: debian
53
run: |
0 commit comments