Skip to content

Commit

Permalink
Add MPM support to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Feb 19, 2024
1 parent 521b66e commit 1df157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
wget https://www.mathworks.com/mpm/glnxa64/mpm
chmod +x mpm
./mpm install --inputfile CI/scripts/mpm_input_r2022b.txt
sudo ./mpm install --inputfile CI/scripts/mpm_input_r2022b.txt
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
Expand Down

0 comments on commit 1df157e

Please sign in to comment.