File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -290,6 +290,12 @@ jobs:
290
290
- name : Interface test
291
291
run : cmake --build build --target test_cmake_build
292
292
293
+ - name : Setup tmate debugging session
294
+ uses : mxschmitt/action-tmate@v3
295
+ if : failure()
296
+ with :
297
+ sudo : false
298
+
293
299
294
300
# Testing on CentOS 7 + PGI compilers, which seems to require more workarounds
295
301
centos-nvhpc7 :
@@ -339,6 +345,12 @@ jobs:
339
345
- name : Interface test
340
346
run : cmake3 --build build --target test_cmake_build
341
347
348
+ - name : Setup tmate debugging session
349
+ uses : mxschmitt/action-tmate@v3
350
+ if : failure()
351
+ with :
352
+ sudo : false
353
+
342
354
# Testing on GCC using the GCC docker images (only recent images supported)
343
355
gcc :
344
356
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments