From cd57ce195fd73651bd6516decd93c237c0f7083f Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 24 Feb 2026 16:40:18 +0800 Subject: Remove makepkg installation step from workflow Removed the installation step for makepkg and archlinux-keyring. --- .github/workflows/publish-aur.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish-aur.yml b/.github/workflows/publish-aur.yml index addc9e3..46e7ae7 100644 --- a/.github/workflows/publish-aur.yml +++ b/.github/workflows/publish-aur.yml @@ -34,9 +34,6 @@ 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