Skip to content

Commit 4d1a43e

Browse files
authored
Update blank.yml
1 parent 5863991 commit 4d1a43e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/blank.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ jobs:
1919
# path: ${{ runner.tool_cache }}/MATLAB
2020
# key: ${{ matrix.platform }}-${{ matrix.release }}
2121
- name: Setup MATLAB
22-
uses: matlab-actions/setup-matlab@v2-beta
22+
uses: matlab-actions/setup-matlab@v2
2323
with:
2424
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')"

0 commit comments

Comments
 (0)