Skip to content

Commit 716f944

Browse files
authored
Update main.yml
1 parent 515775d commit 716f944

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
- name: Set up MATLAB
1111
uses: matlab-actions/setup-matlab@v2
1212
with:
13-
cache:
13+
release: 2024b
1414
- name: Run script
1515
uses: matlab-actions/run-command@v2
1616
with:
17-
command: matlabroot
17+
command: matlabroot, version
1818
# name: Build and Test
1919
# on: [push]
2020

0 commit comments

Comments
 (0)