Closed nmote closed 3 months ago
I've just realized that we are using an old version of this action. I will try with the latest and report back.
Updating to v3 fixed the issue with this job, though now in later steps we are getting issues with carriage returns (\r
) in Bash scripts, which weren't causing problems before. For example:
./configure: line 6: $'\r': command not found
Line 6 is just a blank line at the beginning of the script.
Anyway, I'll close this since while this is weird, it's not clear to me that it's due to an issue with setup-ocaml
.
@nmote Regarding the issue with \r
, see https://github.com/ocaml/setup-ocaml/issues/815#issuecomment-2204838759.
opam-depext 1.2.3 was released today. Since then, we have been consistently encountering failures when using this action on Windows. Here's the beginning of our GitHub Actions config:
And here is an excerpt of the log failure from the
setup-ocaml
step:Perhaps this action could pin to the previous version of
opam-depext
until this is resolved?