Skip to content

Commit 7b1ece2

Browse files
author
Roberto Sora
committed
typo
1 parent 15c4b39 commit 7b1ece2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
# on Windows, but pwsh fails to install protoc-gen-go
4040
# so we force cmd as default shell for this task
4141
if: matrix.operating-system == 'windows-2019'
42-
shell: cmd
4342
run: |
4443
go get github.com/golangci/govet
4544
go get golang.org/x/lint/golint
4645
go get github.com/golang/protobuf/protoc-gen-go
46+
shell: cmd
4747

4848
- name: Install Taskfile
4949
uses: Arduino/actions/setup-taskfile@master

0 commit comments

Comments
 (0)