From 20bcd03f195053d8f3344880fa84a07a3b6c9076 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 7 Feb 2023 20:07:48 +0100 Subject: [PATCH] ci: nswitch: ...and set it to be the default python install --- scripts/gha/build_nswitch_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gha/build_nswitch_docker.sh b/scripts/gha/build_nswitch_docker.sh index 311f2bc0..149e4c91 100644 --- a/scripts/gha/build_nswitch_docker.sh +++ b/scripts/gha/build_nswitch_docker.sh @@ -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..."