Skip to content

Commit 7f02dbd

Browse files
authored
Update ToolboxDistribution.yml
1 parent ea5e21a commit 7f02dbd

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
@@ -15,14 +15,14 @@ jobs:
1515
- task: InstallMATLAB@1
1616

1717
- script: |
18-
matlab-batch matlabroot
18+
run-matlab-command matlabroot
1919
2020
- task: Cache@2
2121
inputs:
2222
key: '"$(imageName)"'
2323
restoreKeys: |
2424
"$(imageName)"
25-
path: $(YARN_CACHE_FOLDER)
25+
path: $(MATLAB_CACHE_FOLDER)
2626
displayName: Cache MATLAB
2727

2828
# Runs build to create MEX file and then run tests

0 commit comments

Comments
 (0)