From 430c51b71a577e57756944b0acff16d5fd1ec467 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 7 Feb 2023 20:14:11 +0100 Subject: [PATCH] ci: nswitch: there is no python-is-python3 where we're going --- scripts/gha/build_nswitch_docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gha/build_nswitch_docker.sh b/scripts/gha/build_nswitch_docker.sh index 149e4c91..448d46e8 100644 --- a/scripts/gha/build_nswitch_docker.sh +++ b/scripts/gha/build_nswitch_docker.sh @@ -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..."