Skip to content

Commit 261cf53

Browse files
Giuseppe Lumiapolldo
Giuseppe Lumia
authored andcommitted
Pin Task version to 3.9.0
Task 3.9.1 has an issue with the PATH environment variable on Windows (it is not correctly expanded in subcommands and go fails to find gcc).
1 parent daa4ae7 commit 261cf53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: arduino/setup-task@v1
4040
with:
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}
42-
version: 3.x
42+
version: 3.9.0
4343

4444
- name: Build
4545
run: task dist:all

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

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

9191
- name: Run tests
9292
env:

0 commit comments

Comments
 (0)