We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60adea commit 77f664aCopy full SHA for 77f664a
.github/workflows/sign_and_release.yml
@@ -12,6 +12,11 @@ jobs:
12
# with:
13
# version: 2
14
# arch: arm64
15
+ - name: Install required packages
16
+ run: |
17
+ echo "Installing required packages..."
18
+ sudo apt-get update
19
+ sudo apt-get install -y software-properties-common python3-pip dpkg-sig apt-utils gnupg rpm createrepo-c file
20
- run: apt-ftparchive contents /home/runner/.cache/productio/apt-repo/pool/main > Contents-test
21
- run: cat Contents-test
22
- run: ls -la /home/runner/.cache/production/apt-repo/dists/stable
0 commit comments