diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-03 02:02:58 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:12 +0200 |
commit | c7976514ff72ed123de3acee4abdf0b3eee7e112 (patch) | |
tree | 1c5ba0a30557d228e3deb8fd16603ad7517b8e99 | |
parent | Disable ubuntu builds until a recent enough Qt version is available (diff) | |
download | nheko-c7976514ff72ed123de3acee4abdf0b3eee7e112.tar.xz |
Update Qt in Windows CI
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4a0b1eec..49bb1e51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,7 +22,7 @@ build: verbosity: minimal install: - - set QT_DIR=C:\Qt\5.15\msvc2019_64 + - set QT_DIR=C:\Qt\6.5\msvc2019_64 - set PATH=C:\Strawberry\perl\bin;C:\Python39-x64;%QT_DIR%\bin;%PATH% build_script: |