Skip to content

Commit

Permalink
CI: Spack v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 1, 2024
1 parent febd214 commit abaff8f
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.22.1"
spack_ver="0.22.2"

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: v0.22.1
ref: v0.22.2
buildcache: true
color: true
path: opt/spack
Expand Down

0 comments on commit abaff8f

Please sign in to comment.