🐛 修复`lsb_release`命令报错
Ubuntu System Information / show-system-info (push) Failing after 38s Details

This commit is contained in:
csh 2025-12-09 16:17:22 +08:00
parent 39820e656a
commit 0e89b21c41
1 changed files with 5 additions and 2 deletions

View File

@ -26,8 +26,11 @@ jobs:
echo "===== 内核信息 =====" echo "===== 内核信息 ====="
uname -a uname -a
echo "" echo ""
echo "===== LSB 信息 =====" echo "===== 主机名 ====="
lsb_release -a hostname
echo ""
echo "===== 系统启动时间 ====="
uptime
- name: 显示 CPU 信息 - name: 显示 CPU 信息
run: | run: |