File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
- name : Run commands
128
128
env :
129
129
MATLABPATH : OpenTelemetry-Matlab/tools
130
- OTEL_MATLAB_TOOLBOX_FOLDER : otel_matlab_install
130
+ OTEL_MATLAB_TOOLBOX_FOLDER : ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
131
131
OTEL_MATLAB_TOOLBOX_OUTPUT_FOLDER :
132
132
OTEL_MATLAB_TOOLBOX_VERSION : ${{ steps.getversion.outputs.version }}
133
133
uses : matlab-actions/run-command@v1
Original file line number Diff line number Diff line change 29
29
opts.SupportedPlatforms.Win64 = true ;
30
30
opts.SupportedPlatforms.Maci64 = true ;
31
31
opts.SupportedPlatforms.Glnxa64 = true ;
32
- opts.SupportedPlatforms.MatlabOnline = false ;
32
+ opts.SupportedPlatforms.MatlabOnline = true ;
33
33
34
34
opts.MinimumMatlabRelease = " R2022a" ;
35
35
You can’t perform that action at this time.
0 commit comments