Skip to content

Commit 80a77bc

Browse files
committed
build: missed sudo rule
1 parent b2fb795 commit 80a77bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/xivlauncher.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
pacman -Sy --noconfirm --needed archlinux-keyring
3131
pacman -Syu --noconfirm base-devel git rsync openssh
3232
useradd -m -s /bin/bash builder
33+
echo "builder ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/builder
3334
- uses: actions/checkout@v6
3435
- name: Prepare workspace
3536
run: |
@@ -63,6 +64,7 @@ jobs:
6364
pacman -Sy --noconfirm --needed archlinux-keyring
6465
pacman -Syu --noconfirm base-devel git rsync openssh
6566
useradd -m -s /bin/bash builder
67+
echo "builder ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/builder
6668
- name: Checkout repo
6769
uses: actions/checkout@v6
6870
- name: Checkout AUR

0 commit comments

Comments
 (0)