Skip to content

Commit 77f664a

Browse files
authored
Update sign_and_release.yml
1 parent a60adea commit 77f664a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ 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
1520
- run: apt-ftparchive contents /home/runner/.cache/productio/apt-repo/pool/main > Contents-test
1621
- run: cat Contents-test
1722
- run: ls -la /home/runner/.cache/production/apt-repo/dists/stable

0 commit comments

Comments
 (0)