[ci] Add cygwin bin directories to PATH#26508
Conversation
|
Something else is going on here - it shouldn’t be necessary to do this in a package build - I’ll endeavour to have a look tomorrow/next week |
|
This seems somewhat related to ocaml/setup-ocaml#1008. To me the ideal solution seems to be for |
|
Should mingw-w64-shims also add The problem is that the Does adding this to EDIT: I've gone and opened: dra27/mingw-w64-shims#3 |
|
It turns out there was actually a deeper issue behind why the For Closing this because, as mentioned, this isn't the correct place to handle this issue. |
Without these PATH entries, cygwin's binaries never get used. This means that
makeandbashand other executables are not used from cygwin, but from other preinstalled packages in the github actions runner (e.g. git bash and the preinstalled mingw).This causes build issues with certain packages, see:
#26501
aantron/luv#162