We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cda557 commit b6fa752Copy full SHA for b6fa752
.github/workflows/ci.yml
@@ -7,8 +7,8 @@ jobs:
7
runs-on: windows-latest
8
env:
9
PYTHONUTF8: 1
10
- QT_DOWNLOAD_URL: 'https://github.com/sipsorcery/qt_win_binary/releases/download/v1.4/Qt5.9.8_x64_static_vs2019.zip'
11
- QT_DOWNLOAD_HASH: 'f285cbb02bec3b3f3cc2621e3fa7d5edf0d6a66fa30c57859e583acda954ea80'
+ QT_DOWNLOAD_URL: 'https://github.com/sipsorcery/qt_win_binary/releases/download/v1.6/Qt5.9.8_x64_static_vs2019.zip'
+ QT_DOWNLOAD_HASH: '9a8c6eb20967873785057fdcd329a657c7f922b0af08c5fde105cc597dd37e21'
12
QT_LOCAL_PATH: 'C:\Qt5.9.8_x64_static_vs2019'
13
VCPKG_INSTALL_PATH: "$env:VCPKG_INSTALLATION_ROOT/installed"
14
PLATFORM: x64
0 commit comments