Skip to content

Commit 87fedbd

Browse files
author
NullPointerException
committed
update ffmpeg
1 parent cfcedfe commit 87fedbd

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,14 @@ jobs:
5757
- name: 打印构建日志
5858
if: ${{ always() }} # 无论成功或失败都执行
5959
run: |
60+
pwd
61+
cd ffmpeg-kit
6062
if [[ -f build.log ]]; then
6163
cat build.log
6264
else
6365
echo "build.log 文件不存在"
6466
fi
6567
66-
- name: 打印 FFmpeg 配置日志(失败时)
67-
if: ${{ failure() }} # 仅在构建失败时执行
68-
run: |
69-
if [[ -f ./src/ffmpeg/ffbuild/config.log ]]; then
70-
tail -50 ./src/ffmpeg/ffbuild/config.log
71-
else
72-
echo "FFmpeg 配置日志文件 (config.log) 不存在"
73-
fi
74-
7568
7669
- name: 上传 LTS AAR 文件
7770
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)