Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5fa1e9

Browse files
committedMar 6, 2025·
Specify MATLAB version
1 parent e2498e2 commit a5fa1e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@ jobs:
5252
steps:
5353
- name: Set up MATLAB
5454
uses: matlab-actions/setup-matlab@v2.2.0
55+
with:
56+
release: ${{ matrix.matlab-version }}
5557
- name: Run MATLAB Unit Tests
5658
uses: matlab-actions/run-tests@v2.1.1

0 commit comments

Comments
 (0)
Please sign in to comment.