Skip to content

Commit

Permalink
cache key for shared
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 5, 2023
1 parent a70dd3b commit b9321e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/geant4
key: geant4-${{ matrix.geant4-version }}-${{ matrix.platform }}
key: geant4-shared-${{ matrix.geant4-version }}-${{ matrix.platform }}

- name: Build and Install Geant4 (without datasets)
if: steps.cache-geant4.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/geant4
key: geant4-${{ matrix.geant4-version }}-${{ matrix.platform }}
key: geant4-shared-${{ matrix.geant4-version }}-${{ matrix.platform }}
fail-on-cache-miss: true

- name: Cache Geant4 Datasets
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/geant4
key: geant4-${{ matrix.geant4-version }}-${{ matrix.platform }}
key: geant4-shared-${{ matrix.geant4-version }}-${{ matrix.platform }}
fail-on-cache-miss: true

- name: Cache Geant4 Datasets
Expand Down

0 comments on commit b9321e9

Please sign in to comment.