File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ environment:
12
12
PROTOC_PATH : c:\protoc
13
13
PROTOC_BINARY : protoc.exe
14
14
# add protoc, gopath and override default Python 2.7
15
- PATH : $(PROTOC_PATH)\bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
15
+ PATH : $(PROTOC_PATH);$(PROTOC_PATH) \bin;$(GOPATH)\bin;C:\Python37;C:\Python37\Scripts;$(PATH)
16
16
17
17
stack : go 1.12
18
18
@@ -28,7 +28,7 @@ install:
28
28
- pip install -r test\requirements.txt
29
29
# protobuf tooling needed at test time
30
30
- go get github.com/golang/protobuf/protoc-gen-go
31
- - curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.8 .0/protoc-3.8 .0-win64 .zip
31
+ - curl -o protoc.zip -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.4 .0/protoc-3.4 .0-win32 .zip
32
32
- 7z e protoc.zip -o%PROTOC_PATH%
33
33
34
34
test_script :
You can’t perform that action at this time.
0 commit comments