Skip to content

Commit

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

0 comments on commit ee93175

Please sign in to comment.