Skip to content

Commit

Permalink
ci: Pin meson version to 1.4.2 for now
Browse files Browse the repository at this point in the history
The harfbuzz subproject doesn't build with 1.5 due to a meson
regression.
  • Loading branch information
arch1t3cht committed Jul 16, 2024
1 parent b7af9bd commit 1e20306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e20306

Please sign in to comment.