From fc494faf096dfbd0543ae9fc428ce8b0a77526e5 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Fri, 13 Jan 2023 17:57:04 +0800 Subject: [PATCH] update --- tools/ci_build/github/windows/install_third_party_deps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/windows/install_third_party_deps.ps1 b/tools/ci_build/github/windows/install_third_party_deps.ps1 index 7ccfc52bf6c9a..004c6284a001a 100644 --- a/tools/ci_build/github/windows/install_third_party_deps.ps1 +++ b/tools/ci_build/github/windows/install_third_party_deps.ps1 @@ -76,7 +76,7 @@ Install-Pybind -cmake_path $cmake_path -src_root $ort_src_root -build_config $bu Install-Protobuf -cmake_path $cmake_path -src_root $ort_src_root -build_config $build_config -cmake_extra_args $cmake_extra_args # TODO: parse it from deps.txt -$protobuf_version="3.19.6" +$protobuf_version="3.20.2" # ONNX doesn't allow us to specify CMake's path Install-ONNX -build_config $build_config -src_root $ort_src_root -protobuf_version $protobuf_version