.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:
parent
1d60d3cd2b
commit
806d1483a8
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue