Skip to content

Commit 55ad9ec

Browse files
authored
Pin task version to 3.9.0 because of the PATH on win bug (#1576)
* pin task version to verify if can recognize correctly the PATH on win * pin task version in workflows running on windows
1 parent 83f3deb commit 55ad9ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: arduino/setup-task@v1
110110
with:
111111
repo-token: ${{ secrets.GITHUB_TOKEN }}
112-
version: 3.x
112+
version: 3.9.0
113113

114114
- name: Build Arduino CLI
115115
run: task go:build

Diff for: .github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: arduino/setup-task@v1
8484
with:
8585
repo-token: ${{ secrets.GITHUB_TOKEN }}
86-
version: 3.x
86+
version: 3.9.0
8787

8888
- name: Run tests
8989
run: task go:test

0 commit comments

Comments
 (0)