fix(ci): install makepkg for repo-add utility scripts

repo-add from pacman-package-manager sources scripts from
/usr/share/makepkg/util/ which are shipped in the separate
makepkg package on Ubuntu.
This commit is contained in:
kolaente 2026-04-12 17:59:32 +02:00
parent 80ecaeb567
commit e1fed9e252
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -251,7 +251,8 @@ jobs:
sudo apt-get install -y --no-install-recommends \
reprepro \
createrepo-c \
pacman-package-manager
pacman-package-manager \
makepkg
- name: GPG setup
uses: kolaente/action-gpg@main