Skip to content

Commit cf13903

Browse files
author
Roberto Sora
committed
moved up cmd default shell for windows at job level
1 parent 7dff102 commit cf13903

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
# operating-system: [ubuntu-18.04, windows-2019, macOS-10.14]
1616

1717
runs-on: ${{ matrix.operating-system }}
18-
18+
if: matrix.operating-system == 'windows-2019'
19+
shell: cmd
1920
steps:
2021
- name: Disable EOL conversions
2122
run: git config --global core.autocrlf false
@@ -33,8 +34,6 @@ jobs:
3334
go get github.com/golangci/govet
3435
go get golang.org/x/lint/golint
3536
go get github.com/golang/protobuf/protoc-gen-go
36-
if: matrix.operating-system == 'windows-2019'
37-
shell: cmd
3837
3938
- name: Install Taskfile
4039
uses: Arduino/actions/setup-taskfile@master

0 commit comments

Comments
 (0)