diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-10-02 10:46:04 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-10-02 11:40:14 +0200 |
commit | 1365e4e266b9f2de7a9133e894819e644a31511a (patch) | |
tree | 819ddb89698e3f3e5997e2ce9ad9205400fb308c /appveyor.yml | |
parent | Work around MSVC bug with structured bindings in lambdas (diff) | |
download | nheko-1365e4e266b9f2de7a9133e894819e644a31511a.tar.xz |
Try to fix qtjdenticon build in appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index dcbe601c..e2511c22 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,6 +52,7 @@ build_script: - cmake --build build --config Release + - call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 - git clone https://github.com/Nheko-Reborn/qt-jdenticon.git - cd qt-jdenticon - qmake |