Releases: matlab-actions/setup-matlab
Releases · matlab-actions/setup-matlab
v2.6.0
Features
- With the
cache
input specified astrue
, 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
andnpm outdated
.
v2.5.0
Features
- Upgraded the actions/cache package to v4.
v2.4.0
v2.3.1
v2.3.0
Features
- All HTTP clients now include retries for improved robustness.
v2.2.0
- Install Intel version of MATLAB on Apple silicon runners when a release prior to R2023b is requested
v2.1.2
- Fix cache bug for macOS and Windows runners
- Bump dependency versions
v2.1.1
- Updated set up on Apple Silicon to use the officially supported Java version
v2.1.0
- Add Apple Silicon support
v2.0.0
- Add Windows and macOS support
- Allow specifying products to install
- Allow caching MATLAB installation