From 1aa0a31805bc3847cd17bae94feb82c7fc3d0f84 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Sat, 4 Jan 2025 16:20:33 -0500 Subject: [PATCH] Another try --- .github/workflows/windows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 51c7f17c1..518a2dd63 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,8 +32,10 @@ jobs: run: | mkdir build cd build - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=C:\kokkos-install -DKokkos_ENABLE_THREADS=ON .. - cmake --build . --config Debug --target install -- -m + cmake -D CMAKE_INSTALL_PREFIX=C:\kokkos-install \ + -D Kokkos_ENABLE_THREADS=ON \ + .. + cmake --build . --config Release --target install -- -m - name: Configure ArborX run: | mkdir build