update:workflow

This commit is contained in:
Dich
2025-07-04 13:03:06 +08:00
parent c027a77447
commit da44107f91
3 changed files with 12 additions and 1 deletions

View File

@@ -40,7 +40,10 @@ make -j$(nproc) O=out \
2>&1 | tee out/error.log
tail -n 100 out/error.log
ls -la out/arch/arm64/boot/
ls -la out/vmlinux
# 记录结束时间
endtime=$(date +'%Y-%m-%d %H:%M:%S')
echo "Build started at: $starttime"
echo "Build finished at: $endtime"