Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing hyphens
Browse files Browse the repository at this point in the history
mw-hrastega authored May 9, 2024
1 parent 6956e26 commit 0d230f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -68,11 +68,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
- uses: actions/checkout@v4
uses: actions/checkout@v4
- name: Set up MATLAB
- uses: matlab-actions/setup-matlab@v2
uses: matlab-actions/setup-matlab@v2
- name: Run build
- uses: matlab-actions/run-build@v2
uses: matlab-actions/run-build@v2
```

## Run MATLAB Build

0 comments on commit 0d230f2

Please sign in to comment.