Skip to content

Commit

Permalink
CI: modify vcpkg version in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jan 23, 2024
1 parent bbdc8cf commit c0c4182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3th_libs/LunarCalendar
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0c4182

Please sign in to comment.