Skip to content

Commit e35919a

Browse files
committed
Give full permissions to 'nobody' user
1 parent 0622a61 commit e35919a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
./updlinks.sh
4242
4343
# Fix permissions (can't makepkg as root)
44-
echo "nobody ALL=(ALL) NOPASSWD: /usr/bin/apt-get" >> /etc/sudoers
44+
echo "nobody ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
4545
chown -R nobody .
4646
4747
su nobody --pty -p -s /bin/bash -c 'makedeb --sync-deps --skip-pgp-check --no-confirm'

0 commit comments

Comments
 (0)