Skip to content

Commit 1bd80e5

Browse files
committed
MINOR: [CI] Show machine info in GHA jobs
1 parent d9aeaa1 commit 1bd80e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ jobs:
109109
LLVM: ${{ matrix.llvm }}
110110
UBUNTU: ${{ matrix.ubuntu }}
111111
steps:
112+
- name: Show machine info
113+
run: |
114+
free -h
115+
lscpu
112116
- name: Checkout Arrow
113117
uses: actions/checkout@v6
114118
with:

0 commit comments

Comments
 (0)