From 935d0f7a7197f37addac5ef12930dc1498997945 Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Fri, 26 Apr 2024 16:38:30 -0400 Subject: [PATCH] Pass `cache: true` to `matlab-actions/setup-matlab@v2` --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e45821c..d3d0cab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,7 @@ jobs: uses: matlab-actions/setup-matlab@v2 with: release: R2024a + cache: true - name: Build Example run: | cd example @@ -38,6 +39,7 @@ jobs: uses: matlab-actions/setup-matlab@v2 with: release: R2024a + cache: true - name: Build Example run: | cd example @@ -60,6 +62,7 @@ jobs: uses: matlab-actions/setup-matlab@v2 with: release: R2024a + cache: true - name: Build Example run: | cd example