Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 16, 2025
1 parent 45c1620 commit 75e4bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-with-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
working-directory: variorum
run: |
cp ${GITHUB_WORKSPACE}/kokkos.presets.json CMakePresets.json
cmake -S src --preset=${{ matrix.preset }}
cmake --build --preset=${{ matrix.preset }}
cmake --install build-with-${{ matrix.preset }} --prefix=${Variorum_ROOT}
cmake -S src -B build
cd build
cmake --install --prefix=${Variorum_ROOT}
- name: Compile and install Kokkos
working-directory: kokkos
run: |
Expand Down

0 comments on commit 75e4bfd

Please sign in to comment.