diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b3950c23..f69d0535 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,16 +9,9 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - config: [boilerplate, boilerplate_caliper] + config: [boilerplate_caliper] include: - - config: boilerplate - PERFFLOWASPECT_WITH_CUDA: OFF - PERFFLOWASPECT_WITH_MPI: OFF - PERFFLOWASPECT_WITH_MULTITHREADS: OFF - CMAKE_BUILD_TYPE: Debug - PERFFLOWASPECT_WITH_CALIPER: OFF - - config: boilerplate_caliper PERFFLOWASPECT_WITH_CUDA: OFF PERFFLOWASPECT_WITH_MPI: OFF @@ -53,7 +46,6 @@ jobs: - name: Compile check run: | -# export PATH=/usr/local/cuda-12.1/bin:$PATH cd src/c mkdir build install cd build