There was an error while loading. Please reload this page.
1 parent bb6a99f commit e56fdcaCopy full SHA for e56fdca
1 file changed
.github/workflows/build.yaml
@@ -29,6 +29,9 @@ jobs:
29
- name: Find compilers
30
run: spack -e . compiler find
31
32
+ - name: Show packages config
33
+ run: spack -e . config get packages
34
+
35
- name: Concretize (fresh)
36
run: spack -e . -v concretize --fresh
37
if: ${{ github.event.inputs.name == 'true' }}
0 commit comments