Skip to content

Commit

Permalink
added cache for dunendggd
Browse files Browse the repository at this point in the history
  • Loading branch information
mt82 authored Jul 16, 2024
1 parent a3cd235 commit cb7f02a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-test-sandreco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@ jobs:
sandreco
# An explicit key for restoring and saving the cache
key: sandreco-${{steps.develop_sha.outputs.sha}}-edepsim-${{env.edepsim-version}}-root-${{env.root-version}}-geant4-${{env.geant4-version}}

#############################################################################################################################
# Cache for dunendggd
#############################################################################################################################
- name: dunendggd cache
id: cache-dunendggd
uses: actions/[email protected]
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: |
~/dunendggd
# An explicit key for restoring and saving the cache
key: dunendggd-${{steps.dunendggd_sha.outputs.sha}}

#############################################################################################################################
# Install CLHEP
Expand Down Expand Up @@ -201,4 +214,5 @@ jobs:
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:~/geant4/lib64:~/root/lib:~/edepsim/lib
export PATH=${PATH}:~/edepsim/bin
source ~/geant4/bin/geant4.sh
ls ~/dunendggd
edep-sim -C -g ~/dunendggd/SAND_opt3_STT1.gdml -o SAND_opt3_STT1.edep.root macro.mac

0 comments on commit cb7f02a

Please sign in to comment.