mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
arch: Build as non-root.
This commit is contained in:
parent
facc0b9cbe
commit
41a7da1a46
@ -49,5 +49,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pacman -Sy --noconfirm
|
- pacman -Sy --noconfirm
|
||||||
- pacman -S --noconfirm base-devel python meson lsb-release
|
- pacman -S --noconfirm base-devel python meson lsb-release
|
||||||
- make
|
- chown -R nobody:nobody .
|
||||||
|
- sudo -u nobody make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user