From 1bbd2a899b1a3bf5ed710da33779d89a314c90dc Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 21 Jan 2023 20:28:09 +0100 Subject: [PATCH] packet multiarch-support doesn't exist anymore --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f8b92ef..5e21e8ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,7 +107,7 @@ job_gp2x: before_script: - dpkg --add-architecture i386 - apt-get update -qq && apt-get install -y -qq zip dos2unix - - apt-get install -y -qq multiarch-support libc6:i386 + - apt-get install -y -qq libc6:i386 - "sh ./.install-gp2x-toolchain.sh" script: - "NOLUA=1 GP2XCROSS=1 make -j2 grafx2 || exit 1"