Browse Source

ci: nswitch: make install with sudo

pull/2/head
fgsfds 2 years ago
parent
commit
030d05f018
  1. 3
      scripts/gha/deps_nswitch.sh

3
scripts/gha/deps_nswitch.sh

@ -26,5 +26,6 @@ echo "Downloading and installing libsolder..." @@ -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

Loading…
Cancel
Save