diff --git a/.github/workflows/dependencies/install_spack b/.github/workflows/dependencies/install_spack index 2376acd981..2d1e210117 100755 --- a/.github/workflows/dependencies/install_spack +++ b/.github/workflows/dependencies/install_spack @@ -3,7 +3,7 @@ set -eu -o pipefail -spack_ver="0.21.1" +spack_ver="0.21.2" cd /opt if [[ -d spack && ! -f spack_${spack_ver} ]]