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:
127127 - name : Run commands
128128 env :
129129 MATLABPATH : OpenTelemetry-Matlab/tools
130- OTEL_MATLAB_TOOLBOX_FOLDER : otel_matlab_install
130+ OTEL_MATLAB_TOOLBOX_FOLDER : ${{ env.OPENTELEMETRY_MATLAB_INSTALL }}
131131 OTEL_MATLAB_TOOLBOX_OUTPUT_FOLDER :
132132 OTEL_MATLAB_TOOLBOX_VERSION : ${{ steps.getversion.outputs.version }}
133133 uses : matlab-actions/run-command@v1
Original file line number Diff line number Diff line change 2929opts.SupportedPlatforms.Win64 = true ;
3030opts.SupportedPlatforms.Maci64 = true ;
3131opts.SupportedPlatforms.Glnxa64 = true ;
32- opts.SupportedPlatforms.MatlabOnline = false ;
32+ opts.SupportedPlatforms.MatlabOnline = true ;
3333
3434opts.MinimumMatlabRelease = " R2022a" ;
3535
You can’t perform that action at this time.
0 commit comments