We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f2419 commit 132530aCopy full SHA for 132530a
1 file changed
.github/workflows/build.yaml
@@ -20,6 +20,9 @@ jobs:
20
- name: Find compilers
21
run: spack -e . compiler find --mixed-toolchain
22
23
+ - name: Setup tmate session
24
+ uses: mxschmitt/action-tmate@v3
25
+
26
- name: Concretize
27
run: spack -e . -v concretize
28
0 commit comments