aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish-aur.yml3
1 files changed, 3 insertions, 0 deletions
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