File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,23 @@ jobs:
28
28
go-version : ' 1.13'
29
29
30
30
- name : Install Go deps
31
- if : matrix.operating-system != 'windows-2019'
31
+ # if: matrix.operating-system != 'windows-2019'
32
32
run : |
33
33
go get github.com/golangci/govet
34
34
go get golang.org/x/lint/golint
35
35
go get github.com/golang/protobuf/protoc-gen-go
36
-
37
- - name : Install Go deps on windows
38
- # since 10/23/2019 pwsh is the default shell
39
- # on Windows, but pwsh fails to install protoc-gen-go
40
- # so we force cmd as default shell for this task
41
- if : matrix.operating-system == 'windows-2019'
42
- run : |
43
- go get github.com/golangci/govet
44
- go get golang.org/x/lint/golint
45
- go get github.com/golang/protobuf/protoc-gen-go
46
- shell : cmd
36
+ shell : bash
37
+
38
+ # - name: Install Go deps on windows
39
+ # # since 10/23/2019 pwsh is the default shell
40
+ # # on Windows, but pwsh fails to install protoc-gen-go
41
+ # # so we force cmd as default shell for this task
42
+ # if: matrix.operating-system == 'windows-2019'
43
+ # run: |
44
+ # go get github.com/golangci/govet
45
+ # go get golang.org/x/lint/golint
46
+ # go get github.com/golang/protobuf/protoc-gen-go
47
+ # shell: cmd
47
48
48
49
- name : Install Taskfile
49
50
uses : Arduino/actions/setup-taskfile@master
You can’t perform that action at this time.
0 commit comments