From dea03de16b7be1982c402c4f94c2db967ac9b288 Mon Sep 17 00:00:00 2001 From: aoyama Date: Wed, 22 Nov 2023 17:39:23 +0900 Subject: [PATCH 1/2] updated appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 623034c96..f850990ff 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% From d84199733fc070b0460df68804314c92dcae789e Mon Sep 17 00:00:00 2001 From: aoyama Date: Wed, 22 Nov 2023 21:10:11 +0900 Subject: [PATCH 2/2] updated appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f850990ff..459c53d9b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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