[ci] Install meson's master

As https://github.com/mesonbuild/meson/issues/7437
This commit is contained in:
Ebrahim Byagowi 2020-07-29 08:49:01 +04:30 committed by GitHub
parent 58a5961ca1
commit 7bab6087bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt-get install pkg-config gcc ragel gcovr gtk-doc-tools libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-setuptools ninja-build gobject-introspection libgirepository1.0-dev
- name: install meson and fonttools
run: sudo pip3 install meson==0.53.0 fonttools
- run: sudo pip3 install fonttools
- run: sudo pip3 install git+https://github.com/mesonbuild/meson
- name: run
run: meson build -Db_coverage=true --auto-features=enabled -Dgraphite=enabled -Doptimization=2
- name: ci