Failed while extracting 7z2301-extra.7z
Hello!
Since last month all of our AppVeyor builds have started to fail with this exact error message:
A suitable version of 7zip was not found (required v23.1.0) Downloading portable 7zip 23.1.0...
Downloading 7zip...
https://www.7-zip.org/a/7z2301-extra.7z->C:\Tools\vcpkg\downloads\7z2301-extra.7z
Downloading https://www.7-zip.org/a/7z2301-extra.7z
Extracting 7zip...
'CMake' failed while extracting C:\Tools\vcpkg\downloads\7z2301-extra.7z.
Command exited with code 1
Here is one of the builds: https://ci.appveyor.com/project/cxong/cdogs-sdl/builds/48203114
And here is the appveyor.yml: https://github.com/cxong/cdogs-sdl/blob/master/appveyor.yml
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Owen McDonnell on 13 Oct, 2023 05:29 AM
Looks like an issue with latest vcpkg.
Suggested fix is adding this line after the
./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'
Feodor Fitsner closed this discussion on 13 Dec, 2023 09:03 PM.