Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎.github/workflows/test-go-integration-task.yml‎

Lines changed: 1 addition & 1 deletion
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

‎.github/workflows/test-go-task.yml‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /