Skip to content

Commit

Permalink
Pass cache: true to matlab-actions/setup-matlab@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Apr 26, 2024
1 parent ca3cea6 commit 935d0f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
cache: true
- name: Build Example
run: |
cd example
Expand All @@ -38,6 +39,7 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
cache: true
- name: Build Example
run: |
cd example
Expand All @@ -60,6 +62,7 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
cache: true
- name: Build Example
run: |
cd example
Expand Down

0 comments on commit 935d0f7

Please sign in to comment.