Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro committed Feb 2, 2024
1 parent 5863991 commit 4d1a43e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
# path: ${{ runner.tool_cache }}/MATLAB
# key: ${{ matrix.platform }}-${{ matrix.release }}
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2-beta
uses: matlab-actions/setup-matlab@v2
with:
release: ${{ matrix.release }}
products: MATLAB Simulink
- name: Run tests
uses: matlab-actions/run-command@v1
with:
command: version, computer, disp('hello world')
startup-options: -noFigureWindows
products: MATLAB
- name: Get run-matlab-command
run: wget -O https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v1/glnxa64/run-matlab-command /usr/bin/run-matlab-command
- name: Run MATLAB Command
run: run-matlab-command "disp('hello world')"

0 comments on commit 4d1a43e

Please sign in to comment.