Skip to content

Commit 22536c7

Browse files
committed
Mis-merge
1 parent 391f238 commit 22536c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcpkg/commands.ci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ namespace vcpkg
500500
}
501501
auto install_actions =
502502
Util::fmap(action_plan.install_actions, [](const InstallPlanAction& action) { return &action; });
503-
const auto precheck_results = binary_cache.precheck(console_diagnostic_context, install_actions);
503+
const auto precheck_results = binary_cache.precheck(console_diagnostic_context, fs, install_actions);
504504
const auto pre_build_status =
505505
compute_pre_build_statuses(ci_specs, precheck_results, known_failure_abis, parent_hashes, action_plan);
506506
{

0 commit comments

Comments
 (0)