From 66305ec2956a4fb196dcc8b4c2c05bdc268cfa89 Mon Sep 17 00:00:00 2001 From: Andy Campbell <47190204+acampbel@users.noreply.github.com> Date: Thu, 5 Jun 2025 08:31:27 +0100 Subject: [PATCH] Update ToolboxDistribution.yml --- .github/workflows/ToolboxDistribution.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ToolboxDistribution.yml b/.github/workflows/ToolboxDistribution.yml index 031fe35..77d4bc4 100644 --- a/.github/workflows/ToolboxDistribution.yml +++ b/.github/workflows/ToolboxDistribution.yml @@ -25,6 +25,8 @@ jobs: # Sets up MATLAB on the GitHub Actions runner - name: Setup MATLAB uses: matlab-actions/setup-matlab@v2 + with: + cache: true # Runs build to create MEX file and then run tests - name: Run MATLAB build