Skip to content

Commit 9864bd5

Browse files
authored
Add Matlab tell External Language Interface version check
Added step to check Matlab External Language Interface versions.
1 parent 62d5f57 commit 9864bd5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,12 @@ jobs:
127127
steps:
128128
- *matlab-install
129129
- *checkout
130-
- *tell-ext
130+
131+
- name: Matlab tell External Language Interface versions
132+
uses: matlab-actions/run-command@v2
133+
with:
134+
command: stdlib.platform_tell()
135+
startup-options: -nojvm
131136

132137
- name: Main Tests NoJVM
133138
uses: matlab-actions/run-build@v2

0 commit comments

Comments
 (0)