Skip to content

Releases: matlab-actions/setup-matlab

v2.6.0

19 Aug 21:13
Compare
Choose a tag to compare

Features

  • With the cache input specified as true, the action now caches MATLAB if it is set up successfully. Previously, the action cached MATLAB only if the entire job completed successfully.

Maintenance

  • Action dependencies have been updated based on npm audit and npm outdated.

v2.5.0

10 Apr 15:52
Compare
Choose a tag to compare

Features

  • Upgraded the actions/cache package to v4.

v2.4.0

02 Apr 06:35
Compare
Choose a tag to compare

Features

  • On Windows® systems, the Setup MATLAB action automatically adds the MATLAB Runtime folder to the PATH system environment variable.

v2.3.1

25 Feb 06:48
Compare
Choose a tag to compare

Bug Fixes

  • You can use the Setup MATLAB action multiple times within a workflow to set up different releases of MATLAB. Previously, attempting to set up different releases in the same workflow resulted in an error. For more information, see #130.

v2.3.0

11 Oct 13:04
Compare
Choose a tag to compare

Features

  • All HTTP clients now include retries for improved robustness.

v2.2.0

08 May 19:57
Compare
Choose a tag to compare
  • Install Intel version of MATLAB on Apple silicon runners when a release prior to R2023b is requested

v2.1.2

11 Apr 14:35
Compare
Choose a tag to compare
  • Fix cache bug for macOS and Windows runners
  • Bump dependency versions

v2.1.1

20 Mar 13:56
Compare
Choose a tag to compare
  • Updated set up on Apple Silicon to use the officially supported Java version

v2.1.0

06 Mar 17:26
Compare
Choose a tag to compare
  • Add Apple Silicon support

v2.0.0

06 Feb 14:25
Compare
Choose a tag to compare
  • Add Windows and macOS support
  • Allow specifying products to install
  • Allow caching MATLAB installation