File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
13
13
- name : Setup the environment
14
14
run : |
15
- sudo pip3 install meson==1.4.0
15
+ sudo pip3 install meson==1.5.1
16
16
sudo apt-get install nasm ninja-build
17
17
18
18
- name : Executing the script
19
19
run : |
20
20
export ANDROID_SDK_HOME=$ANDROID_HOME
21
21
export ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME
22
- ./ffmpeg-android-maker.sh -all-free -all-gpl -android=24 -abis=${{ matrix.abi }}
22
+ ./ffmpeg-android-maker.sh -all-free -all-gpl -android=24 -abis=${{ matrix.abi }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG VERSION_NDK=26.2.11394342
7
7
ARG VERSION_CMAKE=3.22.1
8
8
9
9
# Package to install via pip3
10
- ARG VERSION_MESON=1.4.0
10
+ ARG VERSION_MESON=1.5.1
11
11
12
12
# The HOME variable isn't available for ENV directive (during building an image).
13
13
# So we define one manually. For alpine and ubuntu it should be '/root'
You can’t perform that action at this time.
0 commit comments