Commit f410cf4 1 parent 244d716 commit f410cf4 Copy full SHA for f410cf4
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
include :
17
17
- os : ubuntu-22.04
18
18
name : glnxa64
19
- matlab-version : ' R2021a'
19
+ matlab-release : ' R2021a'
20
20
host : x86_64-bionic-linux-gnu
21
21
- os : macos-14
22
22
name : maca64
42
42
uses : matlab-actions/setup-matlab@64144ac4bb7c754f9ef7642f693671c873701c60
43
43
id : matlab
44
44
with :
45
- release : ${{ matrix.matlab-version }}
45
+ release : ${{ matrix.matlab-release }}
46
46
47
47
- name : Build
48
48
run : >
72
72
include :
73
73
- os : windows-2022
74
74
name : win64
75
- matlab-version : ' R2021a'
75
+ matlab-release : ' R2021a'
76
76
host : amd64
77
77
runs-on : ${{ matrix.os }}
78
78
steps :
90
90
uses : matlab-actions/setup-matlab@64144ac4bb7c754f9ef7642f693671c873701c60
91
91
id : matlab
92
92
with :
93
- release : ${{ matrix.matlab-version }}
93
+ release : ${{ matrix.matlab-release }}
94
94
95
95
- name : Build
96
96
shell : cmd
You can’t perform that action at this time.
0 commit comments