We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3e573 commit c7f2d68Copy full SHA for c7f2d68
.github/workflows/05-windows-build.yml
@@ -86,8 +86,7 @@ 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' `
90
- -Cbuild-dir='C:\actions-runner\_work\zvec\build_ci'
+ --config-settings='cmake.define.BUILD_TOOLS=ON'
91
shell: powershell
92
93
- name: Run C++ Tests
0 commit comments