@@ -42,14 +42,14 @@ jobs:
42
42
if : runner.os == 'macOS'
43
43
run : echo "FC=gfortran-14" >> $GITHUB_ENV
44
44
45
- - name : Check CodeIssues
46
- if : ${{ matrix.release >= 'R2024a' }}
47
- uses : ./.github/workflows/composite-check
48
-
49
45
- name : Matlab tell External Language Interface versions
50
46
uses : matlab-actions/run-command@v2
51
47
with :
52
- command : stdlib.platform_tell()
48
+ command : license('inuse'), stdlib.platform_tell()
49
+
50
+ - name : Check CodeIssues
51
+ if : ${{ matrix.release >= 'R2024a' }}
52
+ uses : ./.github/workflows/composite-check
53
53
54
54
- name : Main Tests
55
55
uses : ./.github/workflows/composite-nomex
79
79
- name : Matlab tell External Language Interface versions
80
80
uses : matlab-actions/run-command@v2
81
81
with :
82
- command : stdlib.platform_tell()
82
+ command : license('inuse'), stdlib.platform_tell()
83
83
84
84
- name : Main Tests
85
85
uses : ./.github/workflows/composite-nomex
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Matlab tell External Language Interface versions
107
107
uses : matlab-actions/run-command@v2
108
108
with :
109
- command : stdlib.platform_tell()
109
+ command : license('inuse'), stdlib.platform_tell()
110
110
111
111
- name : Main Tests
112
112
uses : ./.github/workflows/composite-nomex
0 commit comments