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