Skip to content

Commit 3305dec

Browse files
authored
Update sign_and_release.yml
1 parent dc99782 commit 3305dec

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,4 @@ jobs:
1212
# with:
1313
# version: 2
1414
# 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
15+
- run: ls -la /home/runner/.cache/production/apt-repo/pool/main

0 commit comments

Comments
 (0)