Skip to content

Commit 2af473c

Browse files
committed
add builduser to sudoers for syncdeps
1 parent 89e498b commit 2af473c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux-aur.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
useradd builduser -m
2424
passwd -d builduser
25+
echo "builduser ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/builduser && chmod 440 /etc/sudoers.d/builduser
2526
- name: Build AUR Package
2627
run: |
2728
mkdir /build

0 commit comments

Comments
 (0)