Skip to content

Commit c8bd287

Browse files
committed
Update meson to 1.5.1
1 parent 83f64f7 commit c8bd287

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/compilability_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212

1313
- name: Setup the environment
1414
run: |
15-
sudo pip3 install meson==1.4.0
15+
sudo pip3 install meson==1.5.1
1616
sudo apt-get install nasm ninja-build
1717
1818
- name: Executing the script
1919
run: |
2020
export ANDROID_SDK_HOME=$ANDROID_HOME
2121
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 }}

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG VERSION_NDK=26.2.11394342
77
ARG VERSION_CMAKE=3.22.1
88

99
# Package to install via pip3
10-
ARG VERSION_MESON=1.4.0
10+
ARG VERSION_MESON=1.5.1
1111

1212
# The HOME variable isn't available for ENV directive (during building an image).
1313
# So we define one manually. For alpine and ubuntu it should be '/root'

0 commit comments

Comments
 (0)