Skip to content

Releases: ocaml/setup-ocaml

v2.0.15

01 May 09:43
Compare
Choose a tag to compare

Changed

  • Remove the action version from the cache key.
  • Update npm deps.

v1.1.15

29 Apr 16:46
Compare
Choose a tag to compare

Changed

  • Update dependencies.

v2.0.14

20 Apr 15:32
Compare
Choose a tag to compare

Added

  • Add support for nektos/act.

v2.0.13

22 Mar 02:09
Compare
Choose a tag to compare

Fixed

  • Ensure cache key creation works with local opam repositories.

v2.0.12

10 Mar 04:43
Compare
Choose a tag to compare

Changed

  • Use ocaml-opam/opam-repository-mingw instead of fdopen/opam-repository-mingw.

Fixed

  • Fix in 2.0.11 for hashing caused an invalid git configuration to be written.

v2.0.11

04 Mar 15:15
Compare
Choose a tag to compare

Changed

  • Don't install Cygwin's git or mercurial packages (reduces cache by ~90MB).

Fixed

  • Ensure ocaml/opam-repository can be added without getting hash errors.

v2.0.10

21 Feb 11:07
Compare
Choose a tag to compare

Fixed

  • Speed up caching and get rid of bugs and hacks on Windows.

v2.0.9

12 Feb 01:28
Compare
Choose a tag to compare

Fixed

  • Take the sandbox option value into account when computing the cache key.

v2.0.8

29 Nov 03:36
Compare
Choose a tag to compare

Changed

  • Make the retry handling around unix package installation simple back.

Fixed

  • Make the retry handling around depext package installation more robust.

v2.0.7

27 Nov 02:01
Compare
Choose a tag to compare

Added

  • Define CLICOLOR_FORCE=1 in CI runs.

Fixed

  • Make the retry handling around unix system package installation more
    stringent.