.github/workflows/build_android.yml: install Meson 1.3.0

We need at least 0.63.0 for "diff_files" support in subprojects;
without this, the Opus build breaks.
This commit is contained in:
Max Kellermann 2023-12-22 14:38:08 +01:00
parent 1d60d3cd2b
commit 806d1483a8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
sudo apt-get install -y --no-install-recommends \
ninja-build \
quilt
pip3 install --user meson==0.56.2
pip3 install --user meson==1.3.0
- name: Install SDK
run: |