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 dc99782 commit 3305decCopy full SHA for 3305dec
.github/workflows/sign_and_release.yml
@@ -12,11 +12,4 @@ 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/production/apt-repo/pool/main > Contents-test
21
- - run: cat Contents-test
22
- - run: ls -la /home/runner/.cache/production/apt-repo/dists/stable
+ - run: ls -la /home/runner/.cache/production/apt-repo/pool/main
0 commit comments