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