From 28d9474fc9631ff5086a08277305c183f9a8f448 Mon Sep 17 00:00:00 2001 From: Luc Berger-Vergiat Date: Thu, 2 May 2024 11:22:55 -0600 Subject: [PATCH] CodeQL: adding step for kokkos-kernels build/install --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b1ffc471c6..77e5ac2766 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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