Skip to content

Commit bea0853

Browse files
committed
Fix
1 parent e23e96f commit bea0853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/intel-mkl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
--no-default-features
7676
--features=${{ matrix.feature }}
7777
--doc
78-
if: ${{ matrix.feature =~ 'mkl-static' }}
78+
if: ${{ startsWith(matrix.feature, 'mkl-static') }}

0 commit comments

Comments
 (0)