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 <[email protected]>
  • Loading branch information
tfcollins committed Feb 19, 2024
1 parent 7f0fb40 commit 4488597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
make -C ./CI/scripts add_libad9361
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
release: R2022b
products: Communications_Toolbox_Support_Package_for_Analog_Devices_ADALM-Pluto_Radio

- name: Compile Toolbox
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: cd('CI/scripts');genTlbx(1);exit()

Expand Down

0 comments on commit 4488597

Please sign in to comment.