Skip to content

Commit c1caa69

Browse files
committed
Add tmate session
1 parent 1c9a312 commit c1caa69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cpp.yml

+4
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ jobs:
210210
ARROW_WITH_ZSTD: ON
211211
GTest_SOURCE: BUNDLED
212212
steps:
213+
- name: Setup tmate session
214+
uses: mxschmitt/action-tmate@v3
215+
with:
216+
detached: true
213217
- name: CPU Info
214218
run: |
215219
sysctl -a | grep cpu

0 commit comments

Comments
 (0)