We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0254d2a commit 25699dcCopy full SHA for 25699dc
.github/workflows/05-windows-build.yml
@@ -86,7 +86,8 @@ jobs:
86
$env:CMAKE_BUILD_PARALLEL_LEVEL = "$env:NPROC"
87
python -m pip install -v . `
88
--no-build-isolation `
89
- --config-settings='cmake.define.BUILD_TOOLS=ON'
+ --config-settings='cmake.define.BUILD_TOOLS=ON' `
90
+ --config-settings=build.verbose=true --config-settings=logging.level=DEBUG
91
shell: powershell
92
93
- name: Run C++ Tests
0 commit comments