Skip to content

Commit f9f6e55

Browse files
authored
Update ToolboxDistribution.yml
1 parent 5cdb6a1 commit f9f6e55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323

2424
- script: |
2525
echo $PATH
26-
export PATH='$(MATLABROOT)':$PATH
26+
export PATH='$(MATLABROOT)'/bin:$PATH
2727
echo $PATH
2828
ls
2929
which matlab
30-
cd '$(MATLABROOT)'
30+
cd '$(MATLABROOT)'/bin
3131
ls
32+
which matlab
3233
3334
- task: InstallMATLAB@1
3435
condition: ne(variables.CACHE_RESTORED, 'true')

0 commit comments

Comments
 (0)