You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version: '3'tasks:
greeting:
cmds:
- go run main.go
task greeting works perfectly fine with version 3.9.0 but fails on 3.9.1 with the following message:
task: [greeting] go run main.go
# command-line-arguments
cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%
task: Failed to run task "greeting": exit status 2
Uh oh!
There was an error while loading. Please reload this page.
Additional requirements:
Minimal project to reproduce the issue:
greeting.h:
main.go:
Taskfile.yml:
task greeting
works perfectly fine with version 3.9.0 but fails on 3.9.1 with the following message:Related to arduino/arduino-cli#1576.
The text was updated successfully, but these errors were encountered: