Skip to content

Commit ac2ac73

Browse files
committed
fix(ci): bump protobuf from 3.20.0 to 3.20.1
Otherwise installation using `scoop` fails with: Couldn't find manifest for ''. Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent 5ba505e commit ac2ac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows_build_setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Install-Dependencies {
3434
scoop bucket add extras
3535
}
3636
scoop install --global go@1.23.10
37-
scoop install --global protobuf@3.20.0
37+
scoop install --global protobuf@3.20.1
3838
scoop install --global vcredist2022
3939
scoop install --global cmake@3.31.6
4040
scoop install --global `

0 commit comments

Comments
 (0)