Skip to content

Commit f915043

Browse files
committed
CI: fix installation of specific meson version in msvc job
The error was not spotted before because the job is not run with a meson version specified in the job configuration matrix, thus this part of the setup was not exercised.
1 parent e6cd66b commit f915043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
architecture: x64
177177

178178
- name: Install Meson
179-
run: python -m pip install "meson==${{ matrix.meson }}"
179+
run: python -m pip install "meson ${{ matrix.meson }}"
180180
if: ${{ matrix.meson }}
181181

182182
- name: Install

0 commit comments

Comments
 (0)