From 0d5a8ca20e5e3e7dbe20f9cc92ec942a7304c637 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sun, 28 Mar 2021 21:59:21 +0300 Subject: [PATCH] Upcoming FFmpeg 4.4 test --- .github/workflows/compilability_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilability_check.yml b/.github/workflows/compilability_check.yml index e3ff2ce..5042be1 100644 --- a/.github/workflows/compilability_check.yml +++ b/.github/workflows/compilability_check.yml @@ -18,4 +18,4 @@ jobs: - name: Executing the script run: | export ANDROID_SDK_HOME=$ANDROID_HOME - ./ffmpeg-android-maker.sh -all-free -all-gpl -android=18 -abis=${{ matrix.abi }} \ No newline at end of file + ./ffmpeg-android-maker.sh -all-free -all-gpl -android=18 -abis=${{ matrix.abi }} --source-git-branch=release/4.4 \ No newline at end of file