We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee93175 commit 789307cCopy full SHA for 789307c
.github/workflows/blank.yml
@@ -25,6 +25,8 @@ jobs:
25
# products: MATLAB
26
- run: echo $PATH
27
- 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
+ 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
31
- name: Run MATLAB Command
32
run: run-matlab-command "disp('hello world')"
0 commit comments