Skip to content

Commit

Permalink
update cache params
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 3, 2023
1 parent 97e6ec9 commit 546d185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
key: geant4-${{ matrix.geant4-version }}-data
restore-keys: |
geant4-${{ matrix.geant4-version }}-data
enableCrossOsArchive: true

- name: Install Geant4 Datasets
if: steps.cache-geant4-data.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -163,6 +164,7 @@ jobs:
key: geant4-${{ matrix.geant4-version }}-${{ matrix.platform }}
restore-keys: |
geant4-${{ matrix.geant4-version }}-${{ matrix.platform }}
fail-on-missing: true

- name: Check Cache for Geant4 Datasets
id: cache-geant4-data
Expand All @@ -172,6 +174,8 @@ jobs:
key: geant4-${{ matrix.geant4-version }}-data
restore-keys: |
geant4-${{ matrix.geant4-version }}-data
fail-on-missing: true
enableCrossOsArchive: true

- name: Check Geant4
run: |
Expand Down

0 comments on commit 546d185

Please sign in to comment.