File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,11 @@ jobs:
19
19
# path: ${{ runner.tool_cache }}/MATLAB
20
20
# key: ${{ matrix.platform }}-${{ matrix.release }}
21
21
- name : Setup MATLAB
22
- uses : matlab-actions/setup-matlab@v2-beta
22
+ uses : matlab-actions/setup-matlab@v2
23
23
with :
24
24
release : ${{ matrix.release }}
25
- products : MATLAB Simulink
26
- - name : Run tests
27
- uses : matlab-actions/run-command@v1
28
- with :
29
- command : version, computer, disp('hello world')
30
- startup-options : -noFigureWindows
25
+ products : MATLAB
26
+ - name : Get run-matlab-command
27
+ run : wget -O https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v1/glnxa64/run-matlab-command /usr/bin/run-matlab-command
28
+ - name : Run MATLAB Command
29
+ run : run-matlab-command "disp('hello world')"
You can’t perform that action at this time.
0 commit comments