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:
parent
b7af9bd0d3
commit
1e20306d48
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user