From e6f7c4ba674acec459a8f44236a655e227fa2872 Mon Sep 17 00:00:00 2001 From: amir28 Date: Sat, 31 Oct 2020 16:27:54 +0330 Subject: [PATCH] Fix Appveyor Windows build failing Combine several commits from https://github.com/RetroShare/RetroShare/pull/2090 to one --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b22beb2de..cd706d02c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,7 @@ # version format version: RetroShare-git-{branch}-{build} +image: Visual Studio 2019 # you can use {branch} name in version format too # version: 1.0.{build}-{branch} @@ -94,7 +95,7 @@ install: - set PATH=C:\msys64\usr\bin;%PATH% - set PATH=C:\msys64\mingw32\bin;%PATH% - > - pacman --noconfirm -S + pacman --noconfirm -Sy mingw-w64-i686-qt5 mingw-w64-i686-miniupnpc mingw-w64-i686-rapidjson mingw-w64-i686-sqlcipher mingw-w64-i686-xapian-core mingw-w64-i686-cmark #- set PATH=C:\msys64\mingw32\qt5-static\bin\;%PATH%