Skip to content

Commit c87559c

Browse files
author
pfeatherstone
committed
oops
1 parent a7628ef commit c87559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
run: choco install --no-progress --yes cmake
209209

210210
- name: Configure
211-
run: cmake -S . -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

0 commit comments

Comments
 (0)