aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-02-24 16:40:18 +0800
committerGitHub <noreply@github.com>2026-02-24 16:40:18 +0800
commitcd57ce195fd73651bd6516decd93c237c0f7083f (patch)
treeb2409783da23ac9b9efc23d2be08e8609c8ec794
parentbcaa036b892a3070fb18ace1a05e33717ea19304 (diff)
downloadsoon-cd57ce195fd73651bd6516decd93c237c0f7083f.tar.gz
soon-cd57ce195fd73651bd6516decd93c237c0f7083f.zip
Remove makepkg installation step from workflow
Removed the installation step for makepkg and archlinux-keyring.
-rw-r--r--.github/workflows/publish-aur.yml3
1 files changed, 0 insertions, 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