mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[ci] minor, use --auto-features=enabled
This commit is contained in:
parent
9bb15ee2ed
commit
ae8a71dfb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux-ci.yml
vendored
2
.github/workflows/linux-ci.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: install meson and fonttools
|
||||
run: sudo pip3 install meson==0.53.0 fonttools
|
||||
- name: run
|
||||
run: meson build -Db_coverage=true -Dglib=enabled -Dcairo=enabled -Dicu=enabled -Dgraphite=enabled -Dfreetype=enabled -Doptimization=2
|
||||
run: meson build -Db_coverage=true --auto-features=enabled -Dgraphite=enabled -Doptimization=2
|
||||
- name: ci
|
||||
run: meson test --print-errorlogs -Cbuild
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue