Skip to content

Commit c070623

Browse files
committed
ci: hard-code meson 1.7.2
1.8 broke default subproject warning_level
1 parent b7414af commit c070623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ stack: python 3
44

55
install:
66
- sh: sudo -H "$(command -v python3)" -m ensurepip --upgrade
7-
- sh: sudo -H "$(command -v pip3)" install meson
8-
- cmd: pip3 install meson
7+
- sh: sudo -H "$(command -v pip3)" install meson==1.7.2
8+
- cmd: pip3 install meson==1.7.2
99
- git submodule update --init --depth 1
1010
build_script:
1111
- sh: meson setup build --buildtype=release ${meson_options[@]}

0 commit comments

Comments
 (0)