ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.21k stars 348 forks source link

Don't allow make to become shadowed #5996

Closed dra27 closed 1 month ago

dra27 commented 1 month ago

This should deal with the problem being seen with flexdll on setup-ocaml. The issue there is that the Cygwin bin directory gets pushed past a manual installation of mingw-w64 installed on the GHA runners (in C:\mingw64) which includes gcc and which quite rightly confuses OCaml.