Releases: ocaml/setup-ocaml
Releases · ocaml/setup-ocaml
v1.1.3
Security
- Update the
@actions/core
package to address CVE-2020-15228.
v1.1.2
Changed
- Add the Cygwin setup to a known location for later steps.
Fixed
- Check if the switch exists before creating the switch.
v1.1.1
Fixed
- OCaml installation errors on Windows are now properly propagated.
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.