@@ -42,14 +42,14 @@ jobs:
4242 if : runner.os == 'macOS'
4343 run : echo "FC=gfortran-14" >> $GITHUB_ENV
4444
45- - name : Check CodeIssues
46- if : ${{ matrix.release >= 'R2024a' }}
47- uses : ./.github/workflows/composite-check
48-
4945 - name : Matlab tell External Language Interface versions
5046 uses : matlab-actions/run-command@v2
5147 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
5353
5454 - name : Main Tests
5555 uses : ./.github/workflows/composite-nomex
7979 - name : Matlab tell External Language Interface versions
8080 uses : matlab-actions/run-command@v2
8181 with :
82- command : stdlib.platform_tell()
82+ command : license('inuse'), stdlib.platform_tell()
8383
8484 - name : Main Tests
8585 uses : ./.github/workflows/composite-nomex
@@ -106,7 +106,7 @@ jobs:
106106 - name : Matlab tell External Language Interface versions
107107 uses : matlab-actions/run-command@v2
108108 with :
109- command : stdlib.platform_tell()
109+ command : license('inuse'), stdlib.platform_tell()
110110
111111 - name : Main Tests
112112 uses : ./.github/workflows/composite-nomex
0 commit comments