Releases: ocaml/setup-ocaml
Releases · ocaml/setup-ocaml
v1.1.10
Changed
- Run
brew update
before set up to avoid an issue with Bintray transition period.
v1.1.9
Fixed
- Further fix to switch initialisation.
v1.1.8
Changed
- The Windows opam wrapper is fractionally less-archaically named opam.cmd, with no loss in arcaneness.
- Export
CYGWIN_ROOT
on the Windows runners, allowing bash to be invoked as%CYGWIN_ROOT%\bin\bash
/$env:CYGWIN_ROOT\bin\bash
(and similarly for Cygwinsetup-x86_64.exe
). - The Windows runner no longer prepends
%CYGWIN_ROOT%\bin
toPATH
.
Fixed
- Switches in Unix are now properly initialized before running depext.
v1.1.7
Changed
- Ubuntu and macOS runners no longer display "No switch is currently installed." before building the compiler.
- Ubuntu no longer installs the system ocaml packages.
- macOS no longer builds two compilers on every run.
- Upgrade opam to 2.0.8 for Linux VMs.
v1.1.6
Changed
- Windows installs Cygwin to
D:\cygwin
, using faster Azure temporary storage.
v1.1.5
Changed
Reduce build time by exporting modified OPAMJOBS
environment variable.
v1.1.4
Changed
Windows installs mingw64-x86_64-gcc-g++
so GitHub Action can build libraries that require it.
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.