Skip to content

Commit 1aa0a31

Browse files
committed
Another try
1 parent 397746e commit 1aa0a31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/windows.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
run: |
3333
mkdir build
3434
cd build
35-
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=C:\kokkos-install -DKokkos_ENABLE_THREADS=ON ..
36-
cmake --build . --config Debug --target install -- -m
35+
cmake -D CMAKE_INSTALL_PREFIX=C:\kokkos-install \
36+
-D Kokkos_ENABLE_THREADS=ON \
37+
..
38+
cmake --build . --config Release --target install -- -m
3739
- name: Configure ArborX
3840
run: |
3941
mkdir build

0 commit comments

Comments
 (0)