Skip to content

Commit

Permalink
Don't use ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Sep 19, 2024
1 parent d5871be commit d1c6aa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration-snifftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
mkdir -p kokkos/{build,install}
cd kokkos/build
cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=$PWD/../install \
-DCMAKE_CXX_COMPILER=clang++ \
Expand All @@ -42,7 +41,7 @@ jobs:
- name: build_and_install_kokkos
working-directory: kokkos/build
run: ninja -j4 install
run: make -j4 install

- name: test_kokkos
working-directory: kokkos/build
Expand Down

0 comments on commit d1c6aa0

Please sign in to comment.