Skip to content

Commit c7f2d68

Browse files
committed
fix
1 parent 2b3e573 commit c7f2d68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ 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' `
90-
-Cbuild-dir='C:\actions-runner\_work\zvec\build_ci'
89+
--config-settings='cmake.define.BUILD_TOOLS=ON'
9190
shell: powershell
9291

9392
- name: Run C++ Tests

0 commit comments

Comments
 (0)