Skip to content

Commit

Permalink
Spack v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jun 11, 2024
1 parent 88666cd commit 3ee8724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies/install_spack
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -eu -o pipefail

spack_ver="0.21.2"
spack_ver="0.22.0"

cd /opt
if [[ -d spack && ! -f spack_${spack_ver} ]]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Set up Spack
uses: spack/setup-spack@v2
with:
ref: 187b8adb4faa7ad8e5de0baab9a610d158772823
ref: v0.22.0
buildcache: true
color: true
path: opt/spack
Expand Down

0 comments on commit 3ee8724

Please sign in to comment.