diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 3effb88b606..643322f2915 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: