Skip to content

Commit ea7992f

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 84a6fce commit ea7992f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-go-task.yml

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

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

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