Skip to content

Commit 335ee59

Browse files
committed
[C++][S3] Try to debug macOS timeout using tmate session
1 parent 1c9a312 commit 335ee59

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)