Skip to content

Commit

Permalink
CodeQL: adding step for kokkos build/install
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 2, 2024
1 parent a661736 commit b6fca48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ jobs:
-D CMAKE_BUILD_TYPE=RELEASE \
-D CMAKE_INSTALL_PREFIX=$PWD/../install
# - name: build_and_install_kokkos
# working-directory: kokkos/build
# run: make -j2 install
- name: build_and_install_kokkos
working-directory: kokkos/build
run: make -j2 install

# - name: configure_kokkos_kernels
# run: |
Expand Down

0 comments on commit b6fca48

Please sign in to comment.