Skip to content

Commit

Permalink
Revert vcpkg.exe to previous release [ci skip]
Browse files Browse the repository at this point in the history
The latest fails to extract downloaded zip files.
  • Loading branch information
nobu committed Sep 19, 2023
1 parent 4023637 commit 8f1b688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ for:
- cd C:\Tools\vcpkg
- git pull -q
- .\bootstrap-vcpkg.bat
- ps: Start-FileDownload 'https://github.com/microsoft/vcpkg-tool/releases/download/2023-08-09/vcpkg.exe' -FileName 'C:\Tools\vcpkg\vcpkg.exe'
- cd %APPVEYOR_BUILD_FOLDER%
- vcpkg --triplet %Platform%-windows install --x-use-aria2 libffi libyaml readline zlib
- CALL SET vcvars=%%^VS%VS%COMNTOOLS^%%..\..\VC\vcvarsall.bat
Expand Down

0 comments on commit 8f1b688

Please sign in to comment.