1 parent b2fb795 commit 80a77bcCopy full SHA for 80a77bc
1 file changed
.github/workflows/xivlauncher.yml
@@ -30,6 +30,7 @@ jobs:
30
pacman -Sy --noconfirm --needed archlinux-keyring
31
pacman -Syu --noconfirm base-devel git rsync openssh
32
useradd -m -s /bin/bash builder
33
+ echo "builder ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/builder
34
- uses: actions/checkout@v6
35
- name: Prepare workspace
36
run: |
@@ -63,6 +64,7 @@ jobs:
63
64
65
66
67
68
- name: Checkout repo
69
uses: actions/checkout@v6
70
- name: Checkout AUR
0 commit comments