We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacc481 commit e2ec1b1Copy full SHA for e2ec1b1
.github/workflows/package.yml
@@ -78,7 +78,7 @@ jobs:
78
export COMPRESSZST=(zstd -c -T0 --ultra -20 -)
79
80
# Build
81
- su nobody --pty -p -s /bin/bash -c 'makepkg -f --noconfirm --nodeps'
+ runuser -u nobody -- makepkg -f --noconfirm --nodeps
82
83
- name: Sign package
84
env:
0 commit comments