From 030d05f0186d33b8176681d403f6bd236f58ba0b Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 7 Feb 2023 18:38:18 +0100 Subject: [PATCH] ci: nswitch: make install with sudo --- scripts/gha/deps_nswitch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gha/deps_nswitch.sh b/scripts/gha/deps_nswitch.sh index 394308c4..95daf01d 100644 --- a/scripts/gha/deps_nswitch.sh +++ b/scripts/gha/deps_nswitch.sh @@ -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