We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855a62c commit 1204c4bCopy full SHA for 1204c4b
1 file changed
.github/workflows/build_and_test.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install MATLAB
23
uses: matlab-actions/setup-matlab@v2
24
with:
25
- products: MATLAB_Compiler
+ products: MATLAB_Compiler MATLAB_Compiler_SDK
26
- name: Build OpenTelemetry-Matlab
27
working-directory: opentelemetry-matlab
28
run: |
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
shell: cmd
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments