Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Jan 4, 2025
1 parent 1aa0a31 commit 898ea75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
cd build
cmake -D CMAKE_INSTALL_PREFIX=C:\kokkos-install \
-D Kokkos_ENABLE_THREADS=ON \
${{ steps.vcpkg.outputs.vcpkg-cmake-config }} \
..
cmake --build . --config Release --target install -- -m
cmake --build . --target install -- -m
- name: Configure ArborX
run: |
mkdir build
Expand All @@ -44,5 +45,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 898ea75

Please sign in to comment.