Skip to content

Commit 9f0344f

Browse files
committed
Adding MATLAB_Compiler to matlab install
1 parent f189ce7 commit 9f0344f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
path: opentelemetry-matlab
1616
- name: Install MATLAB
1717
uses: matlab-actions/setup-matlab@v2
18+
with:
19+
products: MATLAB_Compiler
1820
- name: Build OpenTelemetry-Matlab
1921
run: |
2022
cd opentelemetry-matlab
@@ -44,6 +46,8 @@ jobs:
4446
path: opentelemetry-matlab
4547
- name: Install MATLAB
4648
uses: matlab-actions/setup-matlab@v2
49+
with:
50+
products: MATLAB_Compiler
4751
- name: Build OpenTelemetry-Matlab
4852
run: |
4953
cd opentelemetry-matlab
@@ -69,6 +73,8 @@ jobs:
6973
path: opentelemetry-matlab
7074
- name: Install MATLAB
7175
uses: matlab-actions/setup-matlab@v2
76+
with:
77+
products: MATLAB_Compiler
7278
- name: Build OpenTelemetry-Matlab
7379
run: |
7480
cd opentelemetry-matlab

0 commit comments

Comments
 (0)