We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f189ce7 commit 9f0344fCopy full SHA for 9f0344f
.github/workflows/build.yml
@@ -15,6 +15,8 @@ jobs:
15
path: opentelemetry-matlab
16
- name: Install MATLAB
17
uses: matlab-actions/setup-matlab@v2
18
+ with:
19
+ products: MATLAB_Compiler
20
- name: Build OpenTelemetry-Matlab
21
run: |
22
cd opentelemetry-matlab
@@ -44,6 +46,8 @@ jobs:
44
46
45
47
48
49
50
51
52
53
@@ -69,6 +73,8 @@ jobs:
69
73
70
74
71
75
76
77
72
78
79
80
0 commit comments