Skip to content

Commit

Permalink
Update meson to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Aug 4, 2024
1 parent 83f64f7 commit c8bd287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilability_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

- name: Setup the environment
run: |
sudo pip3 install meson==1.4.0
sudo pip3 install meson==1.5.1
sudo apt-get install nasm ninja-build
- name: Executing the script
run: |
export ANDROID_SDK_HOME=$ANDROID_HOME
export ANDROID_NDK_HOME=$ANDROID_NDK_LATEST_HOME
./ffmpeg-android-maker.sh -all-free -all-gpl -android=24 -abis=${{ matrix.abi }}
./ffmpeg-android-maker.sh -all-free -all-gpl -android=24 -abis=${{ matrix.abi }}
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG VERSION_NDK=26.2.11394342
ARG VERSION_CMAKE=3.22.1

# Package to install via pip3
ARG VERSION_MESON=1.4.0
ARG VERSION_MESON=1.5.1

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

0 comments on commit c8bd287

Please sign in to comment.