ci: nswitch: make install with sudo

This commit is contained in:
fgsfds 2023-02-07 18:38:18 +01:00
parent 59cd5493e7
commit 030d05f018

View File

@ -26,5 +26,6 @@ echo "Downloading and installing libsolder..."
git clone https://github.com/fgsfdsfgs/libsolder.git
pushd ./libsolder
make && make install
make
sudo make install
popd