Skip to content

Commit

Permalink
echos
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Feb 22, 2024
1 parent e20163c commit 7ab1327
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,14 @@ jobs:

steps:
- name: Machine Info
run: >
set -x
run: |
echo "nproc..."
nproc --all
echo "uname..."
uname --all
echo "meminfo..."
cat /proc/meminfo
echo "lsb-release..."
cat /etc/lsb-release
- name: Checkout
Expand Down

0 comments on commit 7ab1327

Please sign in to comment.