We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa387d commit eea0616Copy full SHA for eea0616
1 file changed
.github/workflows/debian.yml
@@ -86,6 +86,15 @@ jobs:
86
docker load < image-deb-builder/${image}
87
done
88
89
+ - name: Download apt artifacts
90
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
91
+ with:
92
+ path: cdn/apt
93
+ pattern: artifacts-apt-*
94
+ merge-multiple: true
95
+
96
+ - name: Set up GPG key directory
97
+ run: mkdir -p debian/key
98
99
- name: Test packages
- working-directory: debian
- run: make test-packages TARGET_ARCH=amd64
100
+ run: make -C debian test-packages TARGET_ARCH=amd64
0 commit comments