Skip to content

Commit

Permalink
CodeQL: more path debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 2, 2024
1 parent 136fd0b commit 4005c93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
mkdir -p kokkos-kernels/{build,install}
cd kokkos-kernels/build
echo $PWD
echo ${{github.workspace}}/kokkos/install
ls ${{github.workspace}}/kokkos/install
cmake \
-S ${{github.workspace}}/kokkos-kernels \
-DKokkos_ROOT=${{github.workspace}}/kokkos/install \
Expand Down

0 comments on commit 4005c93

Please sign in to comment.