Skip to content

Commit

Permalink
try using id
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 23, 2024
1 parent 320cb3a commit 93f5021
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/actions/install-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
# - 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'

0 comments on commit 93f5021

Please sign in to comment.