From ae133acc59739cd198233ab6187499b7605ecb1d Mon Sep 17 00:00:00 2001 From: Vitaly Cheptsov <4348897+vit9696@users.noreply.github.com> Date: Wed, 4 Nov 2020 16:48:20 +0300 Subject: [PATCH] Try to workaround win32 CI issues --- unixbuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/unixbuild.sh b/unixbuild.sh index 2b33089..91ea105 100755 --- a/unixbuild.sh +++ b/unixbuild.sh @@ -39,6 +39,7 @@ if [ "$UPLATFORM" = "mac" ]; then export PATH="/opt/qt56sm/bin:$PATH" elif [ "$UPLATFORM" = "win32" ]; then # Install missing dependencies + pacman -Syu --ignore pacman --noconfirm || exit 1 pacman -S --noconfirm --needed zip unzip curl perl mingw-w64-i686-toolchain mingw-w64-i686-cmake || exit 1 # Fix PATH to support running shasum.