From ac2ac73650993ea7edb6cfd5c147ead67a2ff6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 10 Sep 2025 12:43:46 +0200 Subject: [PATCH] fix(ci): bump protobuf from 3.20.0 to 3.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise installation using `scoop` fails with: Couldn't find manifest for ''. Signed-off-by: Jakub SokoĊ‚owski --- scripts/windows_build_setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows_build_setup.ps1 b/scripts/windows_build_setup.ps1 index 3076e95c0f..da38b9506f 100644 --- a/scripts/windows_build_setup.ps1 +++ b/scripts/windows_build_setup.ps1 @@ -34,7 +34,7 @@ function Install-Dependencies { scoop bucket add extras } scoop install --global go@1.23.10 - scoop install --global protobuf@3.20.0 + scoop install --global protobuf@3.20.1 scoop install --global vcredist2022 scoop install --global cmake@3.31.6 scoop install --global `