Closed
Description
Originally reported at:
- cgo doesn't work on windows after upgrade to 3.9.1 go-task/task#619
- Pin task version to 3.9.0 because of the PATH on win bug arduino/arduino-cli#1576
Didn't had the time to try it myself yet (sorry), but wanted to report this sooner than later.
Apparently the latest release is messing with how executables see $PATH on Windows. For example, when running go build foo.go
Gosh has no problems finding go
, but the go
command has problems finding other executables like gcc
.
Activity