setup-ocaml icon indicating copy to clipboard operation
setup-ocaml copied to clipboard

GitHub Action for the OCaml programming language

Results 44 setup-ocaml issues
Sort by recently updated
recently updated
newest added

Right now libdash-0.3 builds in OPAM CI but not in GitHub CI. There are a number of issues, but one of them seems to be how external dependencies are treated...

documentation
enhancement

Just recording existing users of it to look at how it's being used. Feel free to comment here with your own Yaml files!

Unfortunately there are many users of this action, who use it via `setup-ocaml@master` and have done so from the v1 days. Although v2 was breaking and renamed `ocaml-version` → `ocaml-compiler`,...

I'm not sure if this is the right place to report this, but there seems to be a nondeterministic issue with the setup of OCaml/opam on Windows: ``` Processing actions...

Is it possible to disable the opam cache (i.e. step 3 of the action)? I have a workflow which caches several things on its own, amongst them `.opam`, and the...

1. Due to https://github.com/actions/cache/issues/2 I need to use some hack to manually clear the cache of a broken OCaml 5 build, but I could not find the cache keys without...

invalid

This [^1] is new and might be interesting to have github understand OCaml repos, for example if setup-ocaml had an optional step to declare package structure (e.g. one manifest per...

enhancement

I've been submitting an update to Merlin https://github.com/ocaml/merlin/pull/1475 which uses Yojson 2.0.0. It turns out the CI on Windows fails because Yojson 2.0.0 is not available. Further inspection shows that...

Cache doesn't seem to work on windows. https://github.com/ocaml/dune/pull/5902

Sorry to bump a thread, but I tried using this today and it was quite slow compared to a simple `apt install ocaml` (which takes ~40s on average). Is this...