Skip to content

Commit

Permalink
Using NDK r25c on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Oct 15, 2023
1 parent 731ef76 commit 2eeef86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compilability_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: Executing the script
run: |
export ANDROID_SDK_HOME=$ANDROID_HOME
export ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME
export ANDROID_NDK_HOME=$ANDROID_NDK
./ffmpeg-android-maker.sh -all-free -all-gpl -android=21 -abis=${{ matrix.abi }}

0 comments on commit 2eeef86

Please sign in to comment.