mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 14:09:26 +00:00
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:
parent
b14cee59ef
commit
6fa6a54aa3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue