From 759615e0c1d41c44389d44e38019073b449fe8e9 Mon Sep 17 00:00:00 2001 From: Nova Date: Sat, 17 May 2025 09:24:59 +0330 Subject: [PATCH] temp: rollback protobuf version --- script/build_deps_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build_deps_all.sh b/script/build_deps_all.sh index fcb3a59..68debfc 100755 --- a/script/build_deps_all.sh +++ b/script/build_deps_all.sh @@ -36,7 +36,7 @@ ninja && ninja install cd ../.. #### protobuf #### -git clone --recurse-submodules -b v31.0 --depth 1 --shallow-submodules https://github.com/protocolbuffers/protobuf +git clone --recurse-submodules -b v30.2 --depth 1 --shallow-submodules https://github.com/parhelia512/protobuf mkdir -p protobuf/build cd protobuf/build