1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

ci: Pin meson version to 1.4.2 for now

The harfbuzz subproject doesn't build with 1.5 due to a meson
regression.
This commit is contained in:
arch1t3cht 2024-07-16 16:24:08 +02:00
parent b7af9bd0d3
commit 1e20306d48

View File

@ -87,7 +87,7 @@ jobs:
- name: Setup Meson
run: |
python -m pip install --upgrade pip setuptools
pip install meson
pip install meson==1.4.2
- name: Setup MSVC
if: matrix.config.os == 'windows-latest' && matrix.config.msvc == true