Skip to content

Commit c4f7b3c

Browse files
author
NullPointerException
committed
update ffmpeg
1 parent 4f74041 commit c4f7b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
if: ${{ failure() }} # 仅在构建失败时执行
6969
run: |
7070
cd ffmpeg-kit
71-
if [[ -f config.log ]]; then
72-
cat config.log
71+
if [[ -f ./src/gmp/config.log ]]; then
72+
tail -50 ./src/gmp/config.log
7373
else
7474
echo "FFmpeg 配置日志文件 (config.log) 不存在"
7575
fi

0 commit comments

Comments
 (0)