Skip to content

Commit e051a7d

Browse files
committed
ci: Install wine32 package for Windows tests
1 parent 2d2c695 commit e051a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/linux-debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
1111
gcc g++ clang libclang-rt-dev libc6-dbg \
1212
gcc-i686-linux-gnu g++-i686-linux-gnu libc6-dev-i386-cross libc6-dbg:i386 \
1313
g++-s390x-linux-gnu gcc-s390x-linux-gnu libc6-dev-s390x-cross libc6-dbg:s390x \
14-
wine g++-mingw-w64-x86-64
14+
wine wine32:i386 g++-mingw-w64-x86-64
1515

1616
# Run a dummy command in wine to make it set up configuration
1717
RUN wine true || true

0 commit comments

Comments
 (0)