We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a279895 commit 66305ecCopy full SHA for 66305ec
.github/workflows/ToolboxDistribution.yml
@@ -25,6 +25,8 @@ jobs:
25
# Sets up MATLAB on the GitHub Actions runner
26
- name: Setup MATLAB
27
uses: matlab-actions/setup-matlab@v2
28
+ with:
29
+ cache: true
30
31
# Runs build to create MEX file and then run tests
32
- name: Run MATLAB build
0 commit comments