Skip to content

Commit 08c6d96

Browse files
committed
Building all libraries on CI
1 parent d3eb7e4 commit 08c6d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilability_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Compilability check
2-
on: [push, pull_request]
2+
on: [ push, pull_request ]
33
jobs:
44
build:
55
runs-on: ubuntu-22.04
@@ -19,4 +19,4 @@ jobs:
1919
run: |
2020
export ANDROID_SDK_HOME=$ANDROID_HOME
2121
export ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME
22-
./ffmpeg-android-maker.sh -x265 -android=24 -abis=${{ matrix.abi }}
22+
./ffmpeg-android-maker.sh -all-free -all-gpl -android=24 -abis=${{ matrix.abi }}

0 commit comments

Comments
 (0)