Skip to content

Commit ba11f00

Browse files
committedDec 11, 2024
Try explicitly building Kokkos with Debug
1 parent ba2667d commit ba11f00

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/windows.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
run: |
3333
mkdir build
3434
cd build
35-
cmake -D CMAKE_BUILD_TYPE=Debug \
36-
-D CMAKE_INSTALL_PREFIX=C:\kokkos-install \
35+
cmake -D CMAKE_INSTALL_PREFIX=C:\kokkos-install \
3736
-D Kokkos_ENABLE_THREADS=ON \
3837
..
39-
cmake --build . --target install -- -m
38+
cmake --build . --config Debug --target install -- -m
4039
- name: Configure ArborX
4140
run: |
4241
mkdir build

0 commit comments

Comments
 (0)
Failed to load comments.