We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afffbb1 commit a104caeCopy full SHA for a104cae
.appveyor.yml
@@ -1,6 +1,6 @@
1
version: '{branch}.{build}'
2
skip_tags: true
3
-image: Previous Visual Studio 2019
+image: Visual Studio 2019
4
configuration: Release
5
platform: x64
6
clone_depth: 5
@@ -11,7 +11,7 @@ environment:
11
QT_DOWNLOAD_HASH: '9a8c6eb20967873785057fdcd329a657c7f922b0af08c5fde105cc597dd37e21'
12
QT_LOCAL_PATH: 'C:\Qt5.9.8_x64_static_vs2019'
13
VCPKG_INSTALL_PATH: 'C:\tools\vcpkg\installed'
14
- VCPKG_COMMIT_ID: 'ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74'
+ VCPKG_COMMIT_ID: 'f3f329a048eaff759c1992c458f2e12351486bc7'
15
install:
16
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
17
# - cmd: pip install zmq
0 commit comments