diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-10-19 21:33:02 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-10-19 21:33:02 +0300 |
commit | 13ae56864e0960fa996ceb82384f21c9656f7b0b (patch) | |
tree | c181342623b42a34e386ac11b172ad21c23b0f59 /.cirrus.yml | |
parent | 986003aff93c099c400c9285b4a2ed63f4b3f180 (diff) |
ci: Bump vcpkg release tag
In the new release the "Binary Caching" and "Manifest Mode" features are
available by default.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 05b264fb73..44aaf005f0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -85,8 +85,7 @@ task: env: PATH: 'C:\jom;C:\Python39;C:\Python39\Scripts;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin;%PATH%' PYTHONUTF8: 1 - VCPKG_TAG: '75522bb1f2e7d863078bcd06322348f053a9e33f' - VCPKG_FEATURE_FLAGS: 'manifests' + VCPKG_TAG: '2021.05.12' QT_DOWNLOAD_URL: 'https://download.qt.io/official_releases/qt/5.12/5.12.11/single/qt-everywhere-src-5.12.11.zip' QT_LOCAL_PATH: 'C:\qt-everywhere-src-5.12.11.zip' QT_SOURCE_DIR: 'C:\qt-everywhere-src-5.12.11' |