Browse Source

ci: nswitch: ...and set it to be the default python install

pull/2/head
fgsfds 2 years ago
parent
commit
20bcd03f19
  1. 2
      scripts/gha/build_nswitch_docker.sh

2
scripts/gha/build_nswitch_docker.sh

@ -16,7 +16,7 @@ build_hlsdk() @@ -16,7 +16,7 @@ build_hlsdk()
echo "Downloading missing deps..."
apt-get install -y --no-install-recommends python3 || die
apt-get install -y --no-install-recommends python3 python-is-python3 || die
dkp-pacman -S --noconfirm dkp-toolchain-vars || die
echo "Building libsolder..."

Loading…
Cancel
Save