We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88666cd commit 3ee8724Copy full SHA for 3ee8724
.github/workflows/dependencies/install_spack
@@ -3,7 +3,7 @@
3
4
set -eu -o pipefail
5
6
-spack_ver="0.21.2"
+spack_ver="0.22.0"
7
8
cd /opt
9
if [[ -d spack && ! -f spack_${spack_ver} ]]
.github/workflows/linux.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Set up Spack
101
uses: spack/setup-spack@v2
102
with:
103
- ref: 187b8adb4faa7ad8e5de0baab9a610d158772823
+ ref: v0.22.0
104
buildcache: true
105
color: true
106
path: opt/spack
0 commit comments