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 ef27243 commit 27e64d2Copy full SHA for 27e64d2
.github/workflows/ToolboxDistribution.yml
@@ -58,6 +58,8 @@ jobs:
58
# Sets up MATLAB on the GitHub Actions runner
59
- name: Setup MATLAB
60
uses: matlab-actions/setup-matlab@v2
61
+ with:
62
+ cache: true
63
64
# Downloads all mex files uploaded to GitHub in the previous job
65
- name: Download mex files
0 commit comments