Skip to content

Commit 25699dc

Browse files
committed
tmp: verbose
1 parent 0254d2a commit 25699dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/05-windows-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
$env:CMAKE_BUILD_PARALLEL_LEVEL = "$env:NPROC"
8787
python -m pip install -v . `
8888
--no-build-isolation `
89-
--config-settings='cmake.define.BUILD_TOOLS=ON'
89+
--config-settings='cmake.define.BUILD_TOOLS=ON' `
90+
--config-settings=build.verbose=true --config-settings=logging.level=DEBUG
9091
shell: powershell
9192

9293
- name: Run C++ Tests

0 commit comments

Comments
 (0)