aur to arch
Format (JS/TS) / format (pull_request) Failing after 6s
Lint (JS/TS) / lint (pull_request) Failing after 35s
Lint (Python) / lint (pull_request) Failing after 45s
Lint (Rust) / lint (pull_request) Successful in 1m13s
Lint (QML) / lint (pull_request) Has been cancelled

This commit is contained in:
2026-05-16 01:11:17 +02:00
parent 3a05cd339d
commit f57577fefd
+10
View File
@@ -13,11 +13,21 @@ jobs:
run: | run: |
pacman -Syu --noconfirm pacman -Syu --noconfirm
pacman -S --noconfirm \ pacman -S --noconfirm \
base-devel \
git \ git \
nodejs \ nodejs \
npm \ npm \
sudo \
qt6-declarative qt6-declarative
- name: Install quickshell-git (AUR)
run: |
useradd -m builder
echo "builder ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/builder
chmod 440 /etc/sudoers.d/builder
su - builder -c "cd /tmp && git clone https://aur.archlinux.org/quickshell-git.git"
su - builder -c "cd /tmp/quickshell-git && makepkg -si --noconfirm --needed"
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4