Skip to content

Commit 2441d7d

Browse files
committed
Add dependent toolboxes and HSPs for CI builds
Signed-off-by: Travis F. Collins <[email protected]>
1 parent 8234e95 commit 2441d7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/doc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ jobs:
1616
python-version: 3.7
1717

1818
- name: Set up MATLAB
19-
uses: matlab-actions/setup-matlab@v1
19+
uses: matlab-actions/setup-matlab@v2
2020
with:
2121
release: R2023b
22+
products: >
23+
Signal_Processing_Toolbox
24+
DSP_System_Toolbox
25+
Communications_Toolbox
26+
Communications_Toolbox_Support_Package_for_Analog_Devices_ADALM-Pluto_Radio
2227
2328
- name: Install dependencies
2429
run: |

0 commit comments

Comments
 (0)