Skip to content

Commit b6fb134

Browse files
author
pfeatherstone
committed
forgot extra args
1 parent 0ad5ca4 commit b6fb134

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_cpp.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ jobs:
269269
270270
- name: Configure tests
271271
if: ${{ matrix.build_tests }}
272-
run: |
273-
cmake dlib/test -B build ${{ matrix.configure_extra }}
272+
run: cmake dlib/test -B build ${{ matrix.configure_extra }}
274273

275274
- name: Build tests
276275
if: ${{ matrix.build_tests }}
@@ -282,7 +281,7 @@ jobs:
282281

283282
- name: Configure BLAS binding tests
284283
if: ${{ matrix.build_blas_bindings }}
285-
run: cmake dlib/test/blas_bindings -B build_blas_bindings
284+
run: cmake dlib/test/blas_bindings -B build_blas_bindings ${{ matrix.configure_extra }}
286285

287286
- name: Build BLAS binding tests
288287
if: ${{ matrix.build_blas_bindings }}

0 commit comments

Comments
 (0)