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

This commit is contained in:
fgsfds 2023-02-07 20:07:48 +01:00
parent dab959fc32
commit 20bcd03f19

View File

@ -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..."