Skip to content

Commit

Permalink
fixed matlab version in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
princemahajan authored Jul 4, 2024
1 parent a9dc1aa commit eba12da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v4

- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v2.2.0
uses: matlab-actions/setup-matlab@v2

# Runs
- name: Run script
uses: matlab-actions/run-command@v2.2.0
uses: matlab-actions/run-command@v2
with:
command: SwARM

0 comments on commit eba12da

Please sign in to comment.