Skip to content

Commit 2df1cd3

Browse files
committed
ci: Temporarily pin meson
Work around mesonbuild/meson#14530.
1 parent 18175e4 commit 2df1cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup Meson
7777
run: |
7878
python -m pip install --upgrade pip setuptools
79-
pip install meson
79+
pip install meson==1.7.2
8080
8181
- name: Setup MSVC
8282
if: matrix.config.os == 'windows-latest' && matrix.config.msvc == true

0 commit comments

Comments
 (0)