Skip to content

Commit a57dbb7

Browse files
committed
Spack v0.22.0
1 parent a1ef2c0 commit a57dbb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/dependencies/install_spack

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set -eu -o pipefail
55

6-
spack_ver="0.21.2"
6+
spack_ver="0.22.0"
77

88
cd /opt
99
if [[ -d spack && ! -f spack_${spack_ver} ]]

Diff for: .github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Set up Spack
101101
uses: spack/setup-spack@v2
102102
with:
103-
ref: 187b8adb4faa7ad8e5de0baab9a610d158772823
103+
ref: v0.22.0
104104
buildcache: true
105105
color: true
106106
path: opt/spack

0 commit comments

Comments
 (0)