Skip to content

Commit e2ec1b1

Browse files
committed
arch: Use 'runuser' instead of 'su' for running 'makepkg'
1 parent eacc481 commit e2ec1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
export COMPRESSZST=(zstd -c -T0 --ultra -20 -)
7979
8080
# Build
81-
su nobody --pty -p -s /bin/bash -c 'makepkg -f --noconfirm --nodeps'
81+
runuser -u nobody -- makepkg -f --noconfirm --nodeps
8282
8383
- name: Sign package
8484
env:

0 commit comments

Comments
 (0)