Skip to content

Commit e886b78

Browse files
committed
package sequence change
1 parent 6808381 commit e886b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@ jobs:
319319
echo "Installing required packages..."
320320
sudo add-apt-repository -y universe
321321
sudo apt-get update
322+
sudo apt-get install -y software-properties-common python3-pip apt-utils gnupg rpm createrepo-c file wget
322323
wget -q http://archive.ubuntu.com/ubuntu/pool/universe/d/dpkg-sig/dpkg-sig_0.13.1+nmu4_all.deb
323324
sudo dpkg -i dpkg-sig_0.13.1+nmu4_all.deb || sudo apt-get install -f -y
324325
rm dpkg-sig_0.13.1+nmu4_all.deb
325-
sudo apt-get install -y software-properties-common python3-pip apt-utils gnupg rpm createrepo-c file
326326
sudo apt-add-repository --yes --update ppa:ansible/ansible
327327
sudo apt-get install -y ansible
328328
sudo ln -s /usr/bin/createrepo_c /usr/bin/createrepo

0 commit comments

Comments
 (0)