From 1bd80e53c9f3dbccf3c5cc9bb32160f8ec004dd0 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 14 Apr 2026 11:52:48 +0200 Subject: [PATCH] MINOR: [CI] Show machine info in GHA jobs --- .github/workflows/cpp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 3effb88b606e..643322f2915f 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -109,6 +109,10 @@ jobs: LLVM: ${{ matrix.llvm }} UBUNTU: ${{ matrix.ubuntu }} steps: + - name: Show machine info + run: | + free -h + lscpu - name: Checkout Arrow uses: actions/checkout@v6 with: