Skip to content

Commit

Permalink
escape?
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Jan 3, 2025
1 parent fd413b2 commit 09f629c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09f629c

Please sign in to comment.