Browse Source

ci: nswitch: there is no python-is-python3 where we're going

pull/2/head
fgsfds 1 year ago
parent
commit
430c51b71a
  1. 3
      scripts/gha/build_nswitch_docker.sh

3
scripts/gha/build_nswitch_docker.sh

@ -16,8 +16,9 @@ build_hlsdk() @@ -16,8 +16,9 @@ build_hlsdk()
echo "Downloading missing deps..."
apt-get install -y --no-install-recommends python3 python-is-python3 || die
dkp-pacman -S --noconfirm dkp-toolchain-vars || die
# forgive me father, for I have sinned
ln -s /usr/bin/python3 /usr/bin/python
echo "Building libsolder..."

Loading…
Cancel
Save