Skip to content

Commit 525709c

Browse files
committed
Spack: v0.23.0
1 parent 3e20c97 commit 525709c

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.22.2"
6+
spack_ver="0.23.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
@@ -101,7 +101,7 @@ jobs:
101101
- name: Set up Spack
102102
uses: spack/setup-spack@v2
103103
with:
104-
ref: v0.22.2
104+
ref: v0.23.0
105105
buildcache: true
106106
color: true
107107
path: opt/spack

0 commit comments

Comments
 (0)