We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34c1ca commit ed824adCopy full SHA for ed824ad
.github/workflows/build-ffmpeg.yml
@@ -45,6 +45,7 @@ jobs:
45
wget https://dl.google.com/android/repository/android-ndk-r22b-linux-x86_64.zip
46
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
+ export ANDROID_NDK_HOME=${ANDROID_SDK_ROOT}/ndk/android-ndk-r22b
49
50
- name: 验证 NDK 配置
51
run: |
0 commit comments