Skip to content

Commit d34c1ca

Browse files
author
NullPointerException
committed
update
1 parent 34e0a15 commit d34c1ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
mkdir -p ${ANDROID_SDK_ROOT}/ndk
4545
wget https://dl.google.com/android/repository/android-ndk-r22b-linux-x86_64.zip
4646
unzip android-ndk-r22b-linux-x86_64.zip -d ${ANDROID_SDK_ROOT}/ndk
47+
echo "ANDROID_NDK_HOME=${ANDROID_SDK_ROOT}/ndk/android-ndk-r22b" >> $GITHUB_ENV
48+
49+
- name: 验证 NDK 配置
50+
run: |
51+
ls -l ${ANDROID_SDK_ROOT}/ndk
52+
echo "NDK Path: $ANDROID_NDK_HOME"
4753
4854
- name: 构建 FFmpeg-Kit LTS
4955
run: |

0 commit comments

Comments
 (0)