From: Daan De Meyer Date: Wed, 8 Jan 2025 15:43:20 +0000 (+0100) Subject: action: Show CPU and memory X-Git-Tag: v25~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66bba09e3dde01f35ed1a9beb6cafeca07c3488;p=thirdparty%2Fmkosi.git action: Show CPU and memory --- diff --git a/action.yaml b/action.yaml index 6c8d5a311..8a5b574ed 100644 --- a/action.yaml +++ b/action.yaml @@ -39,6 +39,14 @@ runs: shell: bash run: env + - name: Show CPU + shell: bash + run: lscpu + + - name: Show memory + shell: bash + run: lsmem + - name: Enable unprivileged user namespaces shell: bash run: |