From 174cfd21addf152c9b66b91b8f51ccee747c25c3 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 24 Feb 2026 16:33:43 +0800 Subject: Install makepkg in AUR publish workflow Added step to install makepkg and archlinux-keyring. --- .github/workflows/publish-aur.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-aur.yml b/.github/workflows/publish-aur.yml index 73edde7..4da34c0 100644 --- a/.github/workflows/publish-aur.yml +++ b/.github/workflows/publish-aur.yml @@ -32,6 +32,9 @@ jobs: chmod 600 ~/.ssh/id_ed25519 ssh-keyscan -t ed25519 aur.archlinux.org >> ~/.ssh/known_hosts + - name: Install makepkg + run: sudo apt-get update && sudo apt-get install -y makepkg archlinux-keyring + - name: Clone AUR repository and update PKGBUILD run: | git clone ssh://aur@aur.archlinux.org/soon.git aur-repo -- cgit v1.2.3-70-g09d2