]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
action: Show CPU and memory
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 8 Jan 2025 15:43:20 +0000 (16:43 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 8 Jan 2025 22:37:03 +0000 (23:37 +0100)
action.yaml

index 6c8d5a31110456e49c6763dbfee6ef6601cf1e04..8a5b574ed37b5504c1df789cfb22521ff1cd5316 100644 (file)
@@ -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: |