Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 21, 2025
1 parent e774214 commit 069836c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/concretize-latest-spack.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
cd /
latest=$(curl -s https://api.github.com/repos/spack/spack/releases/latest | jq -r .tag_name)
latest=$(curl -s https://api.github.com/repos/OWNER/REPO/releases/latest | grep '"tag_name":' | cut -d'"' -f4)
echo "Latest spack release: $latest"
git clone https://github.com/spack/spack -q -b $latest
source spack/share/spack/setup-env.sh
Expand Down

0 comments on commit 069836c

Please sign in to comment.