diff --git a/src/vcpkg/commands.ci.cpp b/src/vcpkg/commands.ci.cpp index 549b489824..20519a6ca5 100644 --- a/src/vcpkg/commands.ci.cpp +++ b/src/vcpkg/commands.ci.cpp @@ -303,8 +303,8 @@ namespace vcpkg::Commands::CI { std::set exclusions; std::set host_exclusions; - Triplet host_triplet; Triplet target_triplet; + Triplet host_triplet; bool operator()(const PackageSpec& spec) const {