Skip to content

Commit 34fe62a

Browse files
committed
fix(ci): update protobuf checkout steps in MacOS workflow
1 parent e8becf6 commit 34fe62a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/make-plugin-mac-os.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
- name: Checkout protobuf code
1919
run: |
2020
./scripts/init_submodules.sh
21+
cd ./third_party/protobuf
22+
git fetch --tags
23+
git checkout v27.1
24+
cd ../..
2125
# Protobuf build instructions from:
2226
# https://github.com/protocolbuffers/protobuf/blob/master/src/README.md
2327
- name: Build protobuf (configure & make)

0 commit comments

Comments
 (0)