We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18175e4 commit 2df1cd3Copy full SHA for 2df1cd3
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Setup Meson
77
run: |
78
python -m pip install --upgrade pip setuptools
79
- pip install meson
+ pip install meson==1.7.2
80
81
- name: Setup MSVC
82
if: matrix.config.os == 'windows-latest' && matrix.config.msvc == true
0 commit comments