Skip to content

Commit

Permalink
#707: add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Nov 15, 2024
1 parent a34b642 commit c4742ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
- name: Example - include only
working-directory: examples
run: |
ls && \
ls /kokkos &&
ls /kokkos/install &&
ls /kokkos-kernels &&
ls /kokkos-kernels/install &&
$CXX \
--std=c++17 \
-DPRESSIO_ENABLE_TPL_KOKKOS \
Expand Down

0 comments on commit c4742ab

Please sign in to comment.