From f34b0a0320e0511c5de7f41c1496f11708ff64c1 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 2 Jun 2021 15:05:17 +0200 Subject: [PATCH] ci: Installing missing toolchain When trying to rebuild a failed build on a real windows system, the toolchain is missing. Let's add the toolchain here so we can reuse the script locally too. Signed-off-by: Erwan Velu --- ci/appveyor-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/appveyor-install.sh b/ci/appveyor-install.sh index c73e4cb5..5f873a20 100755 --- a/ci/appveyor-install.sh +++ b/ci/appveyor-install.sh @@ -31,6 +31,7 @@ case "${DISTRO}" in pacman.exe --noconfirm -S \ mingw-w64-${PACKAGE_ARCH}-clang \ mingw-w64-${PACKAGE_ARCH}-cunit \ + mingw-w64-${PACKAGE_ARCH}-toolchain \ mingw-w64-${PACKAGE_ARCH}-lld ;; esac -- 2.25.1