Releases: ocaml/setup-ocaml
Releases · ocaml/setup-ocaml
v1.1.0
Added
- The default opam repository can now be set via input.
Changed
- Linux VMs now use opam 2.0.7.
v1.0.1
Changed
-
node_modules
are not exported anymore which reduces the size of the action. -
The repository is initialised directly from the opam-repository git source, so that there is no lag in packages being available for CI.
-
Ubuntu installs
musl-tools
so that the GitHub Action can generate statically linked Linux binaries in conjunction with theocaml-variants.4.x.y+musl+flambda
switch.
v1.0
- Initial release.