From c0c41829d9f6ac34f4bcd3496da4d2efcfa60eaf Mon Sep 17 00:00:00 2001 From: Kang Lin Date: Mon, 22 Jan 2024 14:04:28 +0800 Subject: [PATCH] CI: modify vcpkg version in appveyor.yml --- 3th_libs/LunarCalendar | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3th_libs/LunarCalendar b/3th_libs/LunarCalendar index da9e8465..9c5419c7 160000 --- a/3th_libs/LunarCalendar +++ b/3th_libs/LunarCalendar @@ -1 +1 @@ -Subproject commit da9e84653f7be30f1b7ecb99fc1c4f24c70355e1 +Subproject commit 9c5419c75c9a64ad533705259ff2aea1dc8ca412 diff --git a/appveyor.yml b/appveyor.yml index cc5aa9db..2e398a39 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -112,7 +112,7 @@ before_build: - cd %OTHER_SOURCE% - if not exist "%INSTALL_DIR%" (mkdir "%INSTALL_DIR%") - cd %OTHER_SOURCE% - - if not exist vcpkg (git clone "https://github.com/microsoft/vcpkg.git" && cd "%VCPKG_DIR%" && git checkout -b 56765209ec0e92c58a5fd91aa09c46a16d660026 56765209ec0e92c58a5fd91aa09c46a16d660026 ) + - if not exist vcpkg (git clone "https://github.com/microsoft/vcpkg.git" && cd "%VCPKG_DIR%" && git checkout -b a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6 a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6 ) - cd %VCPKG_DIR% - bootstrap-vcpkg.bat #- vcpkg --triplet %BUILD_ARCH%-windows install zlib openssl