From 7e475cb3e860e5c8649c160bb236995a6c047b6b Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Fri, 12 Jan 2024 09:07:41 +0100 Subject: [PATCH] Switch back to 3.20.2 --- .github/workflows/protobuf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/protobuf.yml b/.github/workflows/protobuf.yml index a15253705..1751308dc 100644 --- a/.github/workflows/protobuf.yml +++ b/.github/workflows/protobuf.yml @@ -1,8 +1,8 @@ name: ProtoBuf CI Builds env: - PROTOBUF_VERSION: 25.2 - PROTOBUF_VARIANT: + PROTOBUF_VERSION: 3.20.2 + PROTOBUF_VARIANT: '-all' ABSEIL_VERSION: 20230802.1 on: