diff --git a/.github/workflows/build-with-kokkos.yml b/.github/workflows/build-with-kokkos.yml index 015af2f36..a268e7625 100644 --- a/.github/workflows/build-with-kokkos.yml +++ b/.github/workflows/build-with-kokkos.yml @@ -86,12 +86,14 @@ jobs: apt --no-install-recommends --yes install kitware-archive-keyring apt policy cmake - - name: Install CMake, OpenMPI and dtrace + - name: Install git, CMake, OpenMPI, PAPI and dtrace run: | apt --yes --no-install-recommends install \ + git ca-certificates \ cmake make \ libopenmpi-dev \ - systemtap-sdt-dev + systemtap-sdt-dev \ + libpapi-dev - name: Compile and install Kokkos working-directory: kokkos run: |