We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4814d commit fc24213Copy full SHA for fc24213
.github/workflows/spack.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set up Spack
27
uses: spack/setup-spack@5ab3c91bdefffffad9a7e45d1d156146afebb3a7 # v2.1.1
28
with:
29
- ref: v0.22.2 # Spack version (examples: develop, releases/v0.21)
+ ref: develop # Spack version (examples: develop, releases/v0.23)
30
buildcache: true # Configure oci://ghcr.io/spack/github-actions-buildcache
31
color: true # Force color output (SPACK_COLOR=always)
32
path: spack # Where to clone Spack
0 commit comments