Skip to content

Commit 7099c8a

Browse files
author
NullPointerException
committed
update
1 parent b9fce8d commit 7099c8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
- name: 设置 Android SDK
3232
uses: android-actions/setup-android@v2
3333

34+
- name: 检查预装 NDK
35+
run: |
36+
ls -l /usr/local/lib/android/sdk/ndk
37+
- name: 删除预装 NDK(可选)
38+
run: |
39+
rm -rf /usr/local/lib/android/sdk/ndk/*
40+
3441
- name: 下载 Android NDK
3542
run: |
3643
mkdir -p ${ANDROID_SDK_ROOT}/ndk

0 commit comments

Comments
 (0)