mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 15:07:58 +08:00
Explicitly fetch 7zip (#23302)
This commit is contained in:
parent
1b1ae50e1a
commit
43cb9a9026
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user