Skip to content

Commit ef27243

Browse files
authored
Merge pull request #4 from mathworks/Add-caching-to-toolbox-distribution
Add caching to toolbox distribution example
2 parents a279895 + 66305ec commit ef27243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ToolboxDistribution.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
# Sets up MATLAB on the GitHub Actions runner
2626
- name: Setup MATLAB
2727
uses: matlab-actions/setup-matlab@v2
28+
with:
29+
cache: true
2830

2931
# Runs build to create MEX file and then run tests
3032
- name: Run MATLAB build

0 commit comments

Comments
 (0)