CI: Resolve conflicts with ppa:ubuntu-toolchain-r/test in coverage.yml

> + sudo apt-get install --yes --no-install-recommends -V mingw-w64 wine-stable wine32:i386
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>  libc6:i386 : Depends: libgcc-s1:i386 but it is not going to be installed
>  libicu70:i386 : Depends: libgcc-s1:i386 (>= 7) but it is not going to be installed
>                  Depends: libstdc++6:i386 (>= 5.2) but it is not going to be installed
> E: Unable to correct problems, you have held broken packages.
This commit is contained in:
Sebastian Pipping 2023-05-24 21:09:21 +02:00
parent b14cee59ef
commit 6fa6a54aa3

View file

@ -64,9 +64,11 @@ jobs:
lcov \
libbsd-dev \
lzip \
moreutils
moreutils \
ppa-purge
# Install 32bit Wine
sudo ppa-purge -y ppa:ubuntu-toolchain-r/test # to unblock
sudo apt-get install --yes --no-install-recommends -V \
mingw-w64 \
wine-stable \