We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e498b commit 2af473cCopy full SHA for 2af473c
.github/workflows/linux-aur.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
useradd builduser -m
24
passwd -d builduser
25
+ echo "builduser ALL=(ALL) NOPASSWD: ALL" | tee /etc/sudoers.d/builduser && chmod 440 /etc/sudoers.d/builduser
26
- name: Build AUR Package
27
28
mkdir /build
0 commit comments