Skip to content

Commit 9416cde

Browse files
author
pfeatherstone
committed
more oops
1 parent c87559c commit 9416cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,13 @@ jobs:
208208
run: choco install --no-progress --yes cmake
209209

210210
- name: Configure
211-
run: cmake dlib\test -B build
211+
run: cmake dlib/test -B build
212212

213213
- name: Build just tests
214214
run: cmake --build build --config Release --target dtest --parallel 4
215215

216216
- name: Test
217-
run: build\Release\dtest.exe --runall -q
217+
run: build/Release/dtest.exe --runall -q
218218

219219
- name: Build ancillary tools
220220
run: cmake --build build --config Release --target imglab htmlify dtoc --parallel 4

0 commit comments

Comments
 (0)