Skip to content

Commit

Permalink
CodeQL: adding step for kokkos-kernels build/install
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 2, 2024
1 parent 054c09c commit 28d9474
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 @@ -95,9 +95,9 @@ jobs:
-DKokkosKernels_INST_OFFSET_INT=ON \
-DKokkosKernels_INST_OFFSET_SIZE_T=OFF
# - name: build_kokkos_kernels
# working-directory: kokkos-kernels/build
# run: make -j2
- name: build_kokkos_kernels
working-directory: kokkos-kernels/build
run: make -j2

# - name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
Expand Down

0 comments on commit 28d9474

Please sign in to comment.