Skip to content

Commit

Permalink
#707: fix stray / and remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Dec 16, 2024
1 parent c4742ab commit 8e46896
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +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 \
-I/kokkos/install/include \
-I/kokkos-kernels/install/include \ \
-I/kokkos-kernels/install/include \
-I${GITHUB_WORKSPACE}/pressio-ops/include \
-I${PRESSIO_INSTALL_DIR}/include \
-c main.cpp
Expand Down

0 comments on commit 8e46896

Please sign in to comment.