Skip to content

Commit

Permalink
cache matlab, use 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Jun 7, 2024
1 parent 21175ea commit c9bee86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/phantoms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@ jobs:
- name: SetupMatlab
if: ${{ matrix.os == 'ubuntu-20.04' }}
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
release: 'R2023a'
cache: true

- name: Run Matlab Conversion Script on Phantoms
if: ${{ matrix.os == 'ubuntu-20.04' }}
Expand Down

0 comments on commit c9bee86

Please sign in to comment.