packet multiarch-support doesn't exist anymore

This commit is contained in:
Thomas Bernard 2023-01-21 20:28:09 +01:00
parent 0f762fb360
commit 1bbd2a899b

View File

@ -107,7 +107,7 @@ job_gp2x:
before_script: before_script:
- dpkg --add-architecture i386 - dpkg --add-architecture i386
- apt-get update -qq && apt-get install -y -qq zip dos2unix - 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" - "sh ./.install-gp2x-toolchain.sh"
script: script:
- "NOLUA=1 GP2XCROSS=1 make -j2 grafx2 || exit 1" - "NOLUA=1 GP2XCROSS=1 make -j2 grafx2 || exit 1"