Skip to content

Commit e56fdca

Browse files
committed
x
Signed-off-by: Harmen Stoppels <harmenstoppels@gmail.com>
1 parent bb6a99f commit e56fdca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Find compilers
3030
run: spack -e . compiler find
3131

32+
- name: Show packages config
33+
run: spack -e . config get packages
34+
3235
- name: Concretize (fresh)
3336
run: spack -e . -v concretize --fresh
3437
if: ${{ github.event.inputs.name == 'true' }}

0 commit comments

Comments
 (0)