mathworks / libmexclass

libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Closes #83: Pass `cache: true` to `matlab-actions/setup-matlab@v2` to speed up MATLAB installation #85

Closed sgilmore10 closed 6 months ago

sgilmore10 commented 6 months ago

Description

In order to speed up installing MATLAB in the build.yml workflow, we should pass cache: true to matlab-actions/setup-matlab@v2. See the matlab-actions/setup-matlab@v2 documentation for details.

Changes

  1. Pass cache: true to matlab-actions/setup-matlab@v2