We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2c695 commit e051a7dCopy full SHA for e051a7d
ci/linux-debian.Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
11
gcc g++ clang libclang-rt-dev libc6-dbg \
12
gcc-i686-linux-gnu g++-i686-linux-gnu libc6-dev-i386-cross libc6-dbg:i386 \
13
g++-s390x-linux-gnu gcc-s390x-linux-gnu libc6-dev-s390x-cross libc6-dbg:s390x \
14
- wine g++-mingw-w64-x86-64
+ wine wine32:i386 g++-mingw-w64-x86-64
15
16
# Run a dummy command in wine to make it set up configuration
17
RUN wine true || true
0 commit comments