Skip to content

Commit 00d0a3f

Browse files
committed
Inject tmate
1 parent d15902a commit 00d0a3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
http-user-agent: ${{ matrix.config.http-user-agent }}
5454
use-public-rspm: true
5555

56+
- name: Setup tmate session
57+
uses: mxschmitt/action-tmate@v3
58+
timeout-minutes: 60
59+
5660
- name : Install compiler version
5761
if: matrix.config.custom == 'gcc 4.8'
5862
run: |

0 commit comments

Comments
 (0)