.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
2
.github/workflows/build_android.yml
vendored
2
.github/workflows/build_android.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
sudo apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
quilt
|
quilt
|
||||||
pip3 install --user meson==0.56.2
|
pip3 install --user meson==1.3.0
|
||||||
|
|
||||||
- name: Install SDK
|
- name: Install SDK
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user