Skip to content

Commit f410cf4

Browse files
committed
[CI] fix Matlab release argument
1 parent 244d716 commit f410cf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/matlab.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- os: ubuntu-22.04
1818
name: glnxa64
19-
matlab-version: 'R2021a'
19+
matlab-release: 'R2021a'
2020
host: x86_64-bionic-linux-gnu
2121
- os: macos-14
2222
name: maca64
@@ -42,7 +42,7 @@ jobs:
4242
uses: matlab-actions/setup-matlab@64144ac4bb7c754f9ef7642f693671c873701c60
4343
id: matlab
4444
with:
45-
release: ${{ matrix.matlab-version }}
45+
release: ${{ matrix.matlab-release }}
4646

4747
- name: Build
4848
run: >
@@ -72,7 +72,7 @@ jobs:
7272
include:
7373
- os: windows-2022
7474
name: win64
75-
matlab-version: 'R2021a'
75+
matlab-release: 'R2021a'
7676
host: amd64
7777
runs-on: ${{ matrix.os }}
7878
steps:
@@ -90,7 +90,7 @@ jobs:
9090
uses: matlab-actions/setup-matlab@64144ac4bb7c754f9ef7642f693671c873701c60
9191
id: matlab
9292
with:
93-
release: ${{ matrix.matlab-version }}
93+
release: ${{ matrix.matlab-release }}
9494

9595
- name: Build
9696
shell: cmd

0 commit comments

Comments
 (0)