From e1fed9e252ab91196fa87b41ddb1a8ba871c400d Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 12 Apr 2026 17:59:32 +0200 Subject: [PATCH] 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. --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0c734359..46569b012 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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