Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcafaro authored Apr 19, 2024
1 parent 56fa2e8 commit 9c67a3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v1
# with:
# release: latest-including-prerelease
uses: matlab-actions/setup-matlab@v2
with:
release: latest-including-prerelease
- name: Run MATLAB Command
uses: matlab-actions/run-command@v1
uses: matlab-actions/run-command@v2
with:
command: version

0 comments on commit 9c67a3b

Please sign in to comment.