Skip to content

Commit 281fd68

Browse files
authored
Update ToolboxDistribution.yml
1 parent 1f88152 commit 281fd68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- task: RunMATLABCommand@1
3535
inputs:
3636
command: "fid = fopen('matlabroot.txt','w'); fprintf(fid, '%s', matlabroot); fclose(fid);"
37-
# if cache restored not checked, the user will need to provide updated PATH at every step
38-
# env:
39-
# PATH: "$(MATLABROOT)/bin:$(PATH)"
37+
env:
38+
PATH: "$(MATLABROOT)/bin:$(PATH)"
4039

4140
# - script: |
4241
# MATLABROOT=$(tail -n 1 matlabroot.txt)

0 commit comments

Comments
 (0)