From: Zdenek Dohnal Date: Thu, 1 Jun 2023 12:47:49 +0000 (+0200) Subject: CI: Fix i386 for now X-Git-Tag: v2.4.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5548fea90cf61339d25012de9f8f277be0777e42;p=thirdparty%2Fcups.git CI: Fix i386 for now Although Ubuntu is dropping support for i386, this PR fixes build i386 for now. However we have to remove image upgrade, so probably once there is a new image, i386 will be broken again. I would remove the job for i386 once it breaks again due removing support for i386 in Ubuntu. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ae66b373b..ececfe8a61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: setup multiarch for i386 run: sudo dpkg --add-architecture i386 - name: update build environment - run: sudo apt-get update --fix-missing -y && sudo apt-get upgrade --fix-missing -y + run: sudo apt-get update --fix-missing -y - name: install prerequisites run: sudo apt-get install -y avahi-daemon libavahi-client-dev libavahi-client-dev:i386 libgnutls28-dev libgnutls28-dev:i386 libpam-dev libpam-dev:i386 libusb-1.0-0-dev libusb-1.0-0-dev:i386 zlib1g-dev zlib1g-dev:i386 crossbuild-essential-i386 libgcc-s1:i386 libstdc++6:i386 - name: configure