mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
add uname
This commit is contained in:
parent
ba404ac0f9
commit
bac736d616
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
cpu_info: ${{ matrix.cpu_info }}
|
cpu_info: ${{ matrix.cpu_info }}
|
||||||
copy_repository_path: /opt/iiab/iiab
|
copy_repository_path: /opt/iiab/iiab
|
||||||
commands: |
|
commands: |
|
||||||
echo "$(hostnamectl)"
|
echo "$(uname -srm)"
|
||||||
grep Model /proc/cpuinfo
|
grep Model /proc/cpuinfo
|
||||||
echo "🍏 This job's status is ${{ job.status }}."
|
echo "🍏 This job's status is ${{ job.status }}."
|
||||||
whoami # runner
|
whoami # runner
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue