From 07922c02392e9264b25890a2aae2358fc5f1be45 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 7 Feb 2023 20:26:24 +0100 Subject: [PATCH] ci: nswitch: actually set env vars properly --- scripts/gha/build_nswitch_docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gha/build_nswitch_docker.sh b/scripts/gha/build_nswitch_docker.sh index 448d46e8..ebcc4419 100644 --- a/scripts/gha/build_nswitch_docker.sh +++ b/scripts/gha/build_nswitch_docker.sh @@ -20,6 +20,8 @@ dkp-pacman -S --noconfirm dkp-toolchain-vars || die # forgive me father, for I have sinned ln -s /usr/bin/python3 /usr/bin/python +source $DEVKITPRO/switchvars.sh + echo "Building libsolder..." make -C libsolder install || die