use built-ins only

This commit is contained in:
Kiara Grouwstra 2025-05-28 14:15:08 +02:00
parent c5fcb7626c
commit 4f4c763cee
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -12,4 +12,4 @@ jobs:
check-cpu: check-cpu:
runs-on: native runs-on: native
steps: steps:
- run: lscpu | grep name - run: cat /proc/cpuinfo | grep name