File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 export MAKEFLAGS="-j2"
3737
3838 # Build
39- su nobody --pty -p -s /bin/bash -c ' makepkg -f --syncdeps --skippgpcheck --noconfirm'
39+ runuser -u nobody -- makepkg -f --syncdeps --skippgpcheck --noconfirm
4040
4141 - name : Prepare release
4242 run : |
Original file line number Diff line number Diff line change 3535 chown -R nobody .
3636
3737 # Build and install
38- su nobody --pty -p -s /bin/bash -c ' makepkg -fi --syncdeps --skippgpcheck --noconfirm'
38+ runuser -u nobody -- makepkg -fi --syncdeps --skippgpcheck --noconfirm
3939
4040 - name : Build Package
4141 run : |
5050 export MAKEFLAGS="-j2"
5151
5252 # Build
53- su nobody --pty -p -s /bin/bash -c ' makepkg-aarch64 -f --syncdeps --skippgpcheck --noconfirm'
53+ runuser -u nobody -- makepkg-aarch64 -f --syncdeps --skippgpcheck --noconfirm
5454
5555 - name : Prepare release
5656 run : |
You can’t perform that action at this time.
0 commit comments