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 0ad5ca4 commit b6fb134Copy full SHA for b6fb134
.github/workflows/build_cpp.yml
@@ -269,8 +269,7 @@ jobs:
269
270
- name: Configure tests
271
if: ${{ matrix.build_tests }}
272
- run: |
273
- cmake dlib/test -B build ${{ matrix.configure_extra }}
+ run: cmake dlib/test -B build ${{ matrix.configure_extra }}
274
275
- name: Build tests
276
@@ -282,7 +281,7 @@ jobs:
282
281
283
- name: Configure BLAS binding tests
284
if: ${{ matrix.build_blas_bindings }}
285
- run: cmake dlib/test/blas_bindings -B build_blas_bindings
+ run: cmake dlib/test/blas_bindings -B build_blas_bindings ${{ matrix.configure_extra }}
286
287
- name: Build BLAS binding tests
288
0 commit comments