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 7dff102 commit cf13903Copy full SHA for cf13903
.github/workflows/test.yaml
@@ -15,7 +15,8 @@ jobs:
15
# operating-system: [ubuntu-18.04, windows-2019, macOS-10.14]
16
17
runs-on: ${{ matrix.operating-system }}
18
-
+ if: matrix.operating-system == 'windows-2019'
19
+ shell: cmd
20
steps:
21
- name: Disable EOL conversions
22
run: git config --global core.autocrlf false
@@ -33,8 +34,6 @@ jobs:
33
34
go get github.com/golangci/govet
35
go get golang.org/x/lint/golint
36
go get github.com/golang/protobuf/protoc-gen-go
- if: matrix.operating-system == 'windows-2019'
37
- shell: cmd
38
39
- name: Install Taskfile
40
uses: Arduino/actions/setup-taskfile@master
0 commit comments