forked from Fediversity/Fediversity
use built-ins only
This commit is contained in:
parent
c5fcb7626c
commit
4f4c763cee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue