install missing arch package

This commit is contained in:
Zamitto
2025-10-23 16:34:47 -03:00
parent 0814c08459
commit 2179086285
5 changed files with 2 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm nodejs npm git base-devel openssh jq
pacman -S --noconfirm nodejs npm git base-devel openssh jq pacman-contrib
- name: Setup SSH for AUR
run: |