mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 19:17:10 +01:00
ci
: Remove call to Environment::ensure_utilities_on_path();
This commit is contained in:
parent
62fcffff85
commit
40419c768a
@ -1,7 +1,6 @@
|
||||
#include "pch.h"
|
||||
#include "vcpkg_Commands.h"
|
||||
#include "vcpkglib.h"
|
||||
#include "vcpkg_Environment.h"
|
||||
#include "vcpkg_Files.h"
|
||||
#include "vcpkg_System.h"
|
||||
#include "vcpkg_Dependencies.h"
|
||||
@ -40,8 +39,6 @@ namespace vcpkg::Commands::CI
|
||||
const std::vector<package_spec_with_install_plan> install_plan = Dependencies::create_install_plan(paths, specs, status_db);
|
||||
Checks::check_exit(!install_plan.empty(), "Install plan cannot be empty");
|
||||
|
||||
Environment::ensure_utilities_on_path(paths);
|
||||
|
||||
std::vector<BuildResult> results;
|
||||
std::vector<std::chrono::milliseconds::rep> timing;
|
||||
const ElapsedTime timer = ElapsedTime::createStarted();
|
||||
|
Loading…
x
Reference in New Issue
Block a user