[ci] Enable experimental_api on distcheck job

This commit is contained in:
Khaled Hosny 2024-04-09 01:56:27 +02:00 committed by Behdad Esfahbod
parent 12dcafe015
commit 89570d1959

View file

@ -36,7 +36,7 @@ jobs:
- run: ./autogen.sh
- run: make -j2 distcheck
- run: rm harfbuzz-* && make distdir
- run: cd harfbuzz-* && meson build && ninja -j2 -Cbuild test
- run: cd harfbuzz-* && meson -Dexperimental_api=true build && ninja -j2 -Cbuild test
- run: make dist
- persist_to_workspace:
root: .