Skip to content

Commit

Permalink
Added cache to matlab
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Aug 13, 2024
1 parent 75e9003 commit 04c8c39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push_matlab_eigen_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,15 @@ jobs:
- name: Install MATLAB on WINDOWS, LINUX and MACOS-Intel
uses: matlab-actions/setup-matlab@v2
with:
cache: true
if: matrix.label != 'osx-arm64'

- name: Install MATLAB on MACOS-arm64
uses: matlab-actions/setup-matlab@v2
with:
release: R2023a
cache: true
if: matrix.label == 'osx-arm64'

- name: Build biorbd on UNIX
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run_eigen_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,15 @@ jobs:
- name: Install MATLAB on WINDOWS, LINUX and MACOS-Intel
uses: matlab-actions/setup-matlab@v2
with:
cache: true
if: matrix.label != 'osx-arm64'

- name: Install MATLAB on MACOS-arm64
uses: matlab-actions/setup-matlab@v2
with:
release: R2023a
cache: true
if: matrix.label == 'osx-arm64'

- name: Build biorbd UNIX
Expand Down

0 comments on commit 04c8c39

Please sign in to comment.