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 e23e96f commit bea0853Copy full SHA for bea0853
.github/workflows/intel-mkl.yml
@@ -75,4 +75,4 @@ jobs:
75
--no-default-features
76
--features=${{ matrix.feature }}
77
--doc
78
- if: ${{ matrix.feature =~ 'mkl-static' }}
+ if: ${{ startsWith(matrix.feature, 'mkl-static') }}
0 commit comments