🐛 修复`lsb_release`命令报错
Ubuntu System Information / show-system-info (push) Failing after 38s
Details
Ubuntu System Information / show-system-info (push) Failing after 38s
Details
This commit is contained in:
parent
39820e656a
commit
0e89b21c41
|
|
@ -26,8 +26,11 @@ jobs:
|
|||
echo "===== 内核信息 ====="
|
||||
uname -a
|
||||
echo ""
|
||||
echo "===== LSB 信息 ====="
|
||||
lsb_release -a
|
||||
echo "===== 主机名 ====="
|
||||
hostname
|
||||
echo ""
|
||||
echo "===== 系统启动时间 ====="
|
||||
uptime
|
||||
|
||||
- name: 显示 CPU 信息
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue