Skip to content

Commit

Permalink
.github/workflows: remove version spec in Matlab installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
SeSodesa committed May 15, 2023
1 parent c52448f commit cb61b85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint_main_development_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
release: R2022b
- name: Run lint_mfiles on m/
uses: matlab-actions/run-command@v1
with:
Expand All @@ -25,7 +24,6 @@ jobs:
uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
release: R2022b
- name: Run lint_mfiles on plugins/
uses: matlab-actions/run-command@v1
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint_master_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
release: R2022b
- name: Run lint_mfiles on m/
uses: matlab-actions/run-command@v1
with:
Expand All @@ -25,7 +24,6 @@ jobs:
uses: actions/checkout@v3
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
release: R2022b
- name: Run lint_mfiles on plugins/
uses: matlab-actions/run-command@v1
with:
Expand Down

0 comments on commit cb61b85

Please sign in to comment.