From d435fd0a778762973a8fabc45f0fa236ca6ad529 Mon Sep 17 00:00:00 2001 From: Caleb Schilly Date: Mon, 16 Dec 2024 10:41:53 -0500 Subject: [PATCH] #707: fix stray / and remove debug prints --- .github/workflows/ci-kokkos.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci-kokkos.yml b/.github/workflows/ci-kokkos.yml index 7d09f210a..adcbd2a49 100644 --- a/.github/workflows/ci-kokkos.yml +++ b/.github/workflows/ci-kokkos.yml @@ -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