Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Jan 4, 2025
1 parent 397746e commit 5befe73
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,5 +44,5 @@ jobs:
- name: Build ArborX
shell: bash
run: |
cmake --build build --config Debug --target install -- -m
cmake --build build --target install -- -m
cd build

0 comments on commit 5befe73

Please sign in to comment.