mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-16 05:14:01 +02:00
Fix android workflows
Meson 1.3.0 broke parentheses in machine files so we'll be using 1.2.3 for now.
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- run: python -m pip install meson ninja
|
- run: python -m pip install meson==1.2.3 ninja # TODO: go back to using latest meson once https://github.com/mesonbuild/meson/pull/12544 is live
|
||||||
- id: prepare
|
- id: prepare
|
||||||
run: python ./.github/prepare.py
|
run: python ./.github/prepare.py
|
||||||
env:
|
env:
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- run: python -m pip install meson ninja
|
- run: python -m pip install meson==1.2.3 ninja # TODO: go back to using latest meson once https://github.com/mesonbuild/meson/pull/12544 is live
|
||||||
- if: matrix.bsh_build_platform == 'darwin'
|
- if: matrix.bsh_build_platform == 'darwin'
|
||||||
run: brew install bash coreutils
|
run: brew install bash coreutils
|
||||||
- run: bash -c './.github/build.sh'
|
- run: bash -c './.github/build.sh'
|
||||||
|
Reference in New Issue
Block a user