Skip to content

Commit aeba950

Browse files
authored
Update ToolboxDistribution.yml
1 parent 3091d52 commit aeba950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
# imageName: windows-latest
1212
pool:
1313
vmImage: $(imageName)
14-
env:
15-
PATH: "$(MATLABROOT)/bin:$(PATH)"
1614
steps:
1715
- task: Cache@2
1816
inputs:
@@ -33,6 +31,8 @@ jobs:
3331
cd '$(MATLABROOT)'/bin
3432
ls
3533
which matlab
34+
env:
35+
PATH: "$$(MATLABROOT)/bin:$(PATH)"
3636
3737
- task: InstallMATLAB@1
3838
condition: ne(variables.CACHE_RESTORED, 'true')

0 commit comments

Comments
 (0)