We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c2214 commit f742ad3Copy full SHA for f742ad3
appveyor.yml
@@ -26,7 +26,8 @@ install:
26
# Python dependencies needed at test time
27
- python -V
28
- pip install -r test\requirements.txt
29
- # protobuf tooling needed at test time
+ # protobuf tooling needed at test time. We use a very old version of the compiler
30
+ # because of this: https://github.com/protocolbuffers/protobuf/issues/3957
31
- go get github.com/golang/protobuf/protoc-gen-go
32
- curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.4.0/protoc-3.4.0-win32.zip
33
- 7z e protoc.zip -o%PROTOC_PATH%
0 commit comments