We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447aa6d commit e49d839Copy full SHA for e49d839
1 file changed
.github/workflows/spack.yml
@@ -19,10 +19,11 @@ jobs:
19
- name: Set up Spack with buildcache
20
uses: spack/setup-spack@v3
21
with:
22
- # Pin to the sbryngelson/add-mfc branch until upstream
23
- # spack/spack-packages merges the mfc recipe.
+ # Pinned to a specific commit of sbryngelson/spack-packages
+ # until spack/spack-packages merges the mfc recipe.
24
+ # Update this SHA when the recipe branch advances.
25
packages_repository: sbryngelson/spack-packages
- packages_ref: add-mfc
26
+ packages_ref: f0bb11a611fb7f311e788da778208be234601797
27
buildcache: true
28
29
- name: Cache Spack install store
0 commit comments