Skip to content

Commit

Permalink
Update sand-ci-dev.yml
Browse files Browse the repository at this point in the history
check in progress
  • Loading branch information
mt82 authored Jul 7, 2024
1 parent 57e65de commit 66cd928
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sand-ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
- run: ls -lrt spack
- run: ls -lrt spack/share
- run: ls -lrt spack/share/spack
- run: . spack/share/spack/setup-env.sh
- run: . spack/share/spack/setup-env.sh; which spack
- run: which spack
- run: . spack/share/spack/setup-env.sh; spack install geant4@11.2.1

## https://geant4-userdoc.web.cern.ch/UsersGuides/InstallationGuide/html/index.html
# - run: curl -O https://geant4-data.web.cern.ch/releases/lib4.11.2.p02/Linux-g++11.4.1-Alma9.tar.gz
- run: spack install geant4@11.2.1
# - run: spack install geant4@11.2.1

0 comments on commit 66cd928

Please sign in to comment.