Skip to content

Commit e22a80c

Browse files
Pin Meson version to 1.8.0 in CI workflow
1 parent d65cd0f commit e22a80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crossfile_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Install Meson
9797
run: |
98-
python -m pip install meson ninja
98+
python -m pip install meson==1.8.0 ninja
9999
100100
- name: Configure the Project
101101
run: |

0 commit comments

Comments
 (0)