diff --git a/.github/actions/install-repo/action.yml b/.github/actions/install-repo/action.yml index b582c94..df8a694 100644 --- a/.github/actions/install-repo/action.yml +++ b/.github/actions/install-repo/action.yml @@ -16,6 +16,7 @@ runs: - name: Cache ${{inputs.repo-name}} Build uses: actions/cache@v3 + id: build-kokkos with: key: build-${{inputs.repo-name}} path: ${{ runner.temp }}/build-${{inputs.repo-name}} diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 404b269..c5ab9ec 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -50,13 +50,13 @@ jobs: -DKokkos_ENABLE_CUDA_LAMBDA=off -DKokkos_ENABLE_DEBUG=on' - - name: build ADIOS2 - uses: ./.github/actions/install-repo - with: - repo-name: 'ADIOS2' - repo-path: 'ornladios/ADIOS2' - repo-ref: 'master' - options: '-DADIOS2_USE_CUDA=off - -DCMAKE_BUILD_TYPE=Release - -DCMAKE_CXX_COMPILER=mpicxx - -DCMAKE_C_COMPILER=mpicc' \ No newline at end of file + # - name: build ADIOS2 + # uses: ./.github/actions/install-repo + # with: + # repo-name: 'ADIOS2' + # repo-path: 'ornladios/ADIOS2' + # repo-ref: 'master' + # options: '-DADIOS2_USE_CUDA=off + # -DCMAKE_BUILD_TYPE=Release + # -DCMAKE_CXX_COMPILER=mpicxx + # -DCMAKE_C_COMPILER=mpicc' \ No newline at end of file