Skip to content

Commit

Permalink
Using Android NDK r26 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Oct 15, 2023
1 parent 86a97d4 commit 9c4d67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
export ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME
./ffmpeg-android-maker.sh -all-free -all-gpl -android=21 -abis=${{ matrix.abi }}
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=linux/amd64 ubuntu:22.04
# Arguments that can be overridden in 'docker build' command:
# Versions of Android SDK and NDK. The CMake is installed via NDK.
ARG VERSION_SDK=10406996
ARG VERSION_NDK=25.2.9519653
ARG VERSION_NDK=26.0.10792818
ARG VERSION_CMAKE=3.22.1

# Package to install via pip3
Expand Down

0 comments on commit 9c4d67f

Please sign in to comment.