We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3eb7e4 commit 08c6d96Copy full SHA for 08c6d96
.github/workflows/compilability_check.yml
@@ -1,5 +1,5 @@
1
name: Compilability check
2
-on: [push, pull_request]
+on: [ push, pull_request ]
3
jobs:
4
build:
5
runs-on: ubuntu-22.04
@@ -19,4 +19,4 @@ jobs:
19
run: |
20
export ANDROID_SDK_HOME=$ANDROID_HOME
21
export ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME
22
- ./ffmpeg-android-maker.sh -x265 -android=24 -abis=${{ matrix.abi }}
+ ./ffmpeg-android-maker.sh -all-free -all-gpl -android=24 -abis=${{ matrix.abi }}
0 commit comments