Skip to content

Commit 1204c4b

Browse files
committed
add MATLAB_Compiler_SDK when building example
1 parent 855a62c commit 1204c4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install MATLAB
2323
uses: matlab-actions/setup-matlab@v2
2424
with:
25-
products: MATLAB_Compiler
25+
products: MATLAB_Compiler MATLAB_Compiler_SDK
2626
- name: Build OpenTelemetry-Matlab
2727
working-directory: opentelemetry-matlab
2828
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install MATLAB
5151
uses: matlab-actions/setup-matlab@v2
5252
with:
53-
products: MATLAB_Compiler
53+
products: MATLAB_Compiler MATLAB_Compiler_SDK
5454
- name: Build OpenTelemetry-Matlab
5555
working-directory: opentelemetry-matlab
5656
shell: cmd
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install MATLAB
8484
uses: matlab-actions/setup-matlab@v2
8585
with:
86-
products: MATLAB_Compiler
86+
products: MATLAB_Compiler MATLAB_Compiler_SDK
8787
- name: Build OpenTelemetry-Matlab
8888
working-directory: opentelemetry-matlab
8989
run: |

0 commit comments

Comments
 (0)