File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ jobs:
11
11
12
12
strategy :
13
13
matrix :
14
- operating-system : [windows-2019]
15
- # operating-system: [ubuntu-18.04, windows-2019, macOS-10.14]
14
+ operating-system : [ubuntu-18.04, windows-2019, macOS-10.14]
16
15
17
16
runs-on : ${{ matrix.operating-system }}
18
- if : matrix.operating-system == 'windows-2019'
19
- shell : cmd
17
+
20
18
steps :
21
19
- name : Disable EOL conversions
22
20
run : git config --global core.autocrlf false
34
32
go get github.com/golangci/govet
35
33
go get golang.org/x/lint/golint
36
34
go get github.com/golang/protobuf/protoc-gen-go
35
+ if : matrix.operating-system == 'windows-2019'
36
+ shell : cmd
37
37
38
38
- name : Install Taskfile
39
39
uses : Arduino/actions/setup-taskfile@master
You can’t perform that action at this time.
0 commit comments