We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9161d commit 2b689a9Copy full SHA for 2b689a9
.github/workflows/bat.yml
@@ -89,3 +89,12 @@ jobs:
89
with:
90
release: ${{ matrix.release }}
91
products: ${{ matrix.products }}
92
+ - name: Call setup MATLAB again with different release # should not error as in issue 130
93
+ uses: ./
94
+ with:
95
+ release: R2023b
96
+ - name: Check MATLAB version
97
+ uses: matlab-actions/run-command@v2
98
99
+ command: matlabVer = ver('matlab'); assert(strcmp(matlabVer.Release,'(R2023b)'));
100
+
0 commit comments