diff --git a/appveyor.yml b/appveyor.yml index 623034c96..459c53d9b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,7 +51,7 @@ init: install: - cd C:\Tools\vcpkg - git pull - - git switch --detach tags/2022.07.25 + - git switch --detach tags/2023.11.20 - .\bootstrap-vcpkg.bat - vcpkg integrate install - cd %APPVEYOR_BUILD_FOLDER% @@ -63,7 +63,7 @@ build: off # to run your custom scripts instead of automatic MSBuild build_script: - cmd: call "%INIT_BAT%" %VCVARARG% - - cmd: set PATH=%QT_PATH%\bin;C:\tools\vcpkg\installed\x86-windows\tools;%PATH% + - cmd: set PATH=%QT_PATH%\bin;C:\tools\vcpkg\installed\x64-windows\tools;C:\tools\vcpkg\installed\x86-windows\tools;%PATH% - cmd: echo %PATH% - cmd: set CL=/MP - cmd: configure.bat --enable-debug