[ci] Don’t install meson from its master branch

We are testing Harfbuzz not meson!
This commit is contained in:
Khaled Hosny 2021-03-15 22:37:02 +02:00
parent a5b8e7db4d
commit 07315d9c83
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ 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
- run: sudo pip3 install fonttools
- run: sudo pip3 install git+https://github.com/mesonbuild/meson
- run: sudo pip3 install fonttools meson==0.47.0
- name: run
run: meson build -Db_coverage=true --auto-features=enabled -Dgraphite=enabled -Doptimization=2
- name: ci