Skip to content

Commit b1edc0d

Browse files
author
Roberto Sora
committed
[skip changelog] Force windows env to use cmd as shell instead of powershell
1 parent f99361a commit b1edc0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
go get github.com/golangci/govet
3333
go get golang.org/x/lint/golint
3434
go get github.com/golang/protobuf/protoc-gen-go
35+
if: matrix.operating-system == 'windows-2019'
36+
shell: cmd
3537

3638
- name: Install Taskfile
3739
uses: Arduino/actions/setup-taskfile@master

0 commit comments

Comments
 (0)