From 488b7f419779efc36934da1d7e7ea5c8a0398751 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Fri, 13 Jan 2023 13:03:17 +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 bd3158f547a98..7ccfc52bf6c9a 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.18.3" +$protobuf_version="3.19.6" # 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