Skip to content

Commit 7f9e311

Browse files
committed
CI Windows: install clang gcc-compat
No longer installed automatically, causing gcc from mingw64 MSYS2 environment being used (autoconf defaults to gcc).
1 parent 4e6625b commit 7f9e311

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/Windows/prepare_msys.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ PACMAN_INSTALL='pacman -Sy --needed --noconfirm --disable-download-timeout'
4545
# Install MSYS2 packages
4646
MINGW_PACKAGE_PREFIX=mingw-w64-clang-x86_64
4747
m=$MINGW_PACKAGE_PREFIX
48-
$PACMAN_INSTALL automake autoconf git make pkgconf $m-toolchain unzip zip
48+
$PACMAN_INSTALL automake autoconf git make pkgconf \
49+
$m-gcc-compat $m-toolchain \
50+
unzip zip
4951
$PACMAN_INSTALL $m-asciidoc \
5052
$m-ffmpeg \
5153
$m-libnatpmp \

0 commit comments

Comments
 (0)