Skip to content

Commit a7c2214

Browse files
committed
use an ancient protoc version to expand globs
1 parent 9d7476f commit a7c2214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
PROTOC_PATH: c:\protoc
1313
PROTOC_BINARY: protoc.exe
1414
# 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)
1616

1717
stack: go 1.12
1818

@@ -28,7 +28,7 @@ install:
2828
- pip install -r test\requirements.txt
2929
# protobuf tooling needed at test time
3030
- 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
3232
- 7z e protoc.zip -o%PROTOC_PATH%
3333

3434
test_script:

0 commit comments

Comments
 (0)