Skip to content

Commit 789307c

Browse files
authored
Update blank.yml
1 parent ee93175 commit 789307c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
# products: MATLAB
2626
- run: echo $PATH
2727
- name: Get run-matlab-command
28-
run: sudo wget -O /usr/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v1/glnxa64/run-matlab-command
28+
run: |
29+
wget -O /usr/local/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v1/glnxa64/run-matlab-command
30+
chmod +x /usr/local/bin/run-matlab-command
2931
- name: Run MATLAB Command
3032
run: run-matlab-command "disp('hello world')"

0 commit comments

Comments
 (0)