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 4d1a43e commit 968a30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
release: ${{ matrix.release }}
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
run: 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 968a30a

Please sign in to comment.