Skip to content

Commit a104cae

Browse files
committed
Update the vcpkg checkout commit ID in appveyor config.
1 parent afffbb1 commit a104cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '{branch}.{build}'
22
skip_tags: true
3-
image: Previous Visual Studio 2019
3+
image: Visual Studio 2019
44
configuration: Release
55
platform: x64
66
clone_depth: 5
@@ -11,7 +11,7 @@ environment:
1111
QT_DOWNLOAD_HASH: '9a8c6eb20967873785057fdcd329a657c7f922b0af08c5fde105cc597dd37e21'
1212
QT_LOCAL_PATH: 'C:\Qt5.9.8_x64_static_vs2019'
1313
VCPKG_INSTALL_PATH: 'C:\tools\vcpkg\installed'
14-
VCPKG_COMMIT_ID: 'ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74'
14+
VCPKG_COMMIT_ID: 'f3f329a048eaff759c1992c458f2e12351486bc7'
1515
install:
1616
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
1717
# - cmd: pip install zmq

0 commit comments

Comments
 (0)