Skip to content

Commit 4ef1043

Browse files
committed
add tmate session
1 parent 2640ae4 commit 4ef1043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_sdk.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
repository: neurostuff/${{ matrix.sdk[0] }}
2323
path: ${{ matrix.sdk[1] }}/${{ matrix.sdk[0] }}
24+
- name: Setup tmate session
25+
uses: mxschmitt/action-tmate@v3
26+
timeout-minutes: 45
2427
- name: Checkout reciprical branch
2528
run: |
2629
cd ${{ matrix.sdk[1] }}/${{ matrix.sdk[0] }}

0 commit comments

Comments
 (0)