🐛 Bug修复
Ubuntu System Information / show-system-info (push) Successful in 38s

This commit is contained in:
csh
2025-12-09 16:23:17 +08:00
parent 0e89b21c41
commit eaedcd3bb2
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -62,10 +62,10 @@ jobs:
- name: 显示网络信息
run: |
echo "===== 网络接口 ====="
ip addr show
cat /proc/net/dev
echo ""
echo "===== 路由表 ====="
ip route show
cat /proc/net/route
echo ""
echo "===== DNS 配置 ====="
cat /etc/resolv.conf