Explicitly fetch 7zip (#23302)

This commit is contained in:
Kai Pastor 2022-02-28 18:33:52 +01:00 committed by GitHub
parent 1b1ae50e1a
commit 43cb9a9026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,7 @@ $parentHashes = @()
if (($BuildReason -eq 'PullRequest') -and -not $NoParentHashes)
{
# Prefetch tools for better output
& "./vcpkg$executableExtension" fetch 7zip
& "./vcpkg$executableExtension" fetch cmake
& "./vcpkg$executableExtension" fetch ninja
& "./vcpkg$executableExtension" fetch git