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 1644190 commit e968e7fCopy full SHA for e968e7f
AzureDevOps/ToolboxDistribution.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- script: |
25
echo $PATH
26
- export PATH="/opt/hostedtoolcache/MATLAB:$PATH"
+ export PATH="$(MATLABROOT):$PATH"
27
28
ls
29
which matlab
0 commit comments