Skip to content

Commit 852f6de

Browse files
committed
Maybe this is an issue?
1 parent f07a54e commit 852f6de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ jobs:
3232
run: |
3333
mkdir build
3434
cd build
35-
cmake -D CMAKE_BUILD_TYPE=Release \
35+
cmake -D CMAKE_BUILD_TYPE=Debug \
3636
-D CMAKE_INSTALL_PREFIX=C:\kokkos-install \
3737
-D Kokkos_ENABLE_THREADS=ON \
3838
..
39-
cmake --build . --config Release --target install -- -m
39+
cmake --build . --target install -- -m
4040
- name: Configure ArborX
4141
run: |
4242
mkdir build
4343
cd build
44-
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="/EHsc /bigobj" -DKokkos_ROOT="C:\kokkos-install" ${{ steps.vcpkg.outputs.vcpkg-cmake-config }} -DARBORX_ENABLE_MPI=OFF -DARBORX_ENABLE_TESTS=ON -DARBORX_ENABLE_EXAMPLES=ON -DARBORX_ENABLE_BENCHMARKS=ON -DARBORX_ENABLE_HEADER_SELF_CONTAINMENT_TESTS=OFF ..
44+
cmake -DCMAKE_CXX_FLAGS="/EHsc /bigobj" -DKokkos_ROOT="C:\kokkos-install" -DARBORX_ENABLE_MPI=OFF -DARBORX_ENABLE_TESTS=ON -DARBORX_ENABLE_EXAMPLES=ON -DARBORX_ENABLE_BENCHMARKS=ON -DARBORX_ENABLE_HEADER_SELF_CONTAINMENT_TESTS=OFF ..
4545
- name: Build ArborX
4646
shell: bash
4747
run: |
48-
cmake --build build --config Release --target install -- -m
48+
cmake --build build --config Debug --target install -- -m
4949
cd build

0 commit comments

Comments
 (0)