We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8becf6 commit 34fe62aCopy full SHA for 34fe62a
.github/workflows/make-plugin-mac-os.yml
@@ -18,6 +18,10 @@ jobs:
18
- name: Checkout protobuf code
19
run: |
20
./scripts/init_submodules.sh
21
+ cd ./third_party/protobuf
22
+ git fetch --tags
23
+ git checkout v27.1
24
+ cd ../..
25
# Protobuf build instructions from:
26
# https://github.com/protocolbuffers/protobuf/blob/master/src/README.md
27
- name: Build protobuf (configure & make)
0 commit comments