From 09f629c7c285c4a1685cbcca1d4a70ae427fa998 Mon Sep 17 00:00:00 2001 From: Seth R Johnson Date: Fri, 3 Jan 2025 13:20:08 -0500 Subject: [PATCH] escape? --- .github/workflows/build-spack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-spack.yml b/.github/workflows/build-spack.yml index f70a85e4ae..eaba93e55d 100644 --- a/.github/workflows/build-spack.yml +++ b/.github/workflows/build-spack.yml @@ -83,7 +83,7 @@ jobs: fi # FIXME: genericize target when we rebuild next time spack -e . config add packages:all:require:"'%clang@18 target=zen2'" - spack -e . config add packages:all:require:"any_of: [cxxstd=${{env.CXXSTD}}, '@:']" + spack -e . config add packages:all:require:"any_of: ['cxxstd=${{env.CXXSTD}}', '@:']" spack -e . compiler find --mixed-toolchain # Add the spack ref so that updating spack will reconcretize echo "# Concretized with ${{env.SPACK_REF}}" >> spack.yaml