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 7134bca commit 3e20c97Copy full SHA for 3e20c97
.github/workflows/dependencies/install_spack
@@ -3,7 +3,7 @@
3
4
set -eu -o pipefail
5
6
-spack_ver="0.22.1"
+spack_ver="0.22.2"
7
8
cd /opt
9
if [[ -d spack && ! -f spack_${spack_ver} ]]
.github/workflows/linux.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Set up Spack
102
uses: spack/setup-spack@v2
103
with:
104
- ref: v0.22.1
+ ref: v0.22.2
105
buildcache: true
106
color: true
107
path: opt/spack
0 commit comments