Skip to content

Commit 2b3e573

Browse files
committed
Revert "don't clean"
This reverts commit 5af3e42.
1 parent 4cc1cca commit 2b3e573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
uses: actions/checkout@v6
4949
with:
5050
submodules: recursive
51-
clean: false
5251

5352
- name: Set up Python
5453
uses: actions/setup-python@v6
@@ -87,7 +86,8 @@ jobs:
8786
$env:CMAKE_BUILD_PARALLEL_LEVEL = "$env:NPROC"
8887
python -m pip install -v . `
8988
--no-build-isolation `
90-
--config-settings='cmake.define.BUILD_TOOLS=ON'
89+
--config-settings='cmake.define.BUILD_TOOLS=ON' `
90+
-Cbuild-dir='C:\actions-runner\_work\zvec\build_ci'
9191
shell: powershell
9292

9393
- name: Run C++ Tests

0 commit comments

Comments
 (0)