Skip to content

Commit

Permalink
Install MATLAB support package on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisbelierasml committed Aug 14, 2024
1 parent f45f528 commit 40fdaeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
products: >
${{ contains(inputs.matlab-version, '2024') && 'MATLAB_Support_for_MinGW-w64_C/C++/Fortran_Compiler' || 'MATLAB_Support_for_MinGW-w64_C/C++_Compiler' }}
- name: Install MATLAB support package on Ubuntu
if: startsWith(${{ inputs.os }}, 'ubuntu')
run: |
sudo apt-get install matlab-support
- name: Run tests
uses: matlab-actions/run-tests@v2
env:
Expand Down

0 comments on commit 40fdaeb

Please sign in to comment.