We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc1cca commit 2b3e573Copy full SHA for 2b3e573
.github/workflows/05-windows-build.yml
@@ -48,7 +48,6 @@ jobs:
48
uses: actions/checkout@v6
49
with:
50
submodules: recursive
51
- clean: false
52
53
- name: Set up Python
54
uses: actions/setup-python@v6
@@ -87,7 +86,8 @@ jobs:
87
86
$env:CMAKE_BUILD_PARALLEL_LEVEL = "$env:NPROC"
88
python -m pip install -v . `
89
--no-build-isolation `
90
- --config-settings='cmake.define.BUILD_TOOLS=ON'
+ --config-settings='cmake.define.BUILD_TOOLS=ON' `
+ -Cbuild-dir='C:\actions-runner\_work\zvec\build_ci'
91
shell: powershell
92
93
- name: Run C++ Tests
0 commit comments