Skip to content

Commit 7f62304

Browse files
author
NullPointerException
committed
update ffmpeg
1 parent 5147f1e commit 7f62304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
5050
git clone https://github.com/InfinityLoop1308/ffmpeg-kit.git
51+
cd ffmpeg-kit
5152
5253
# 构建 LTS 版本,并启用 gmp 和 gnutls 外部库
5354
BUILD_OPTIONS="--lts --enable-gmp --enable-gnutls --enable-android-media-codec --enable-android-zlib"
@@ -58,7 +59,7 @@ jobs:
5859
fi
5960
6061
# 执行构建脚本
61-
./ffmpeg-kit/android.sh ${BUILD_OPTIONS}
62+
./android.sh ${BUILD_OPTIONS}
6263
6364
- name: 上传 LTS AAR 文件
6465
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)