mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:19:00 +08:00
[vcpkg] hotfix for ci/install merge
Disables accidental testing statement that was left in during the commit.
This commit is contained in:
parent
be27ae05f0
commit
aa72ecc6a4
@ -462,7 +462,7 @@ namespace vcpkg::Commands::Install
|
||||
|
||||
if (counter > 2)
|
||||
{
|
||||
break;
|
||||
// break;
|
||||
}
|
||||
|
||||
const std::string display_name = action.spec().to_string();
|
||||
|
Loading…
Reference in New Issue
Block a user