mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
workaround: use meson 0.54.3 to avoid build error when coverage is enabled (error in meson 0.55.0)
This commit is contained in:
parent
5a0927c55c
commit
449e584b30
@ -36,7 +36,7 @@ env:
|
||||
|
||||
|
||||
before_install:
|
||||
- sudo pip3 install --system meson
|
||||
- sudo pip3 install --system 'meson==0.54.3'
|
||||
|
||||
before_script:
|
||||
- meson -Dbuildtype=$BUILD_TYPE -Db_coverage=$COVERAGE build
|
||||
|
Loading…
Reference in New Issue
Block a user