CI: use meson setup in the abi check job

This commit is contained in:
Peter Hutterer 2023-06-06 10:16:25 +10:00
parent 168de89a70
commit 95366ea131
2 changed files with 2 additions and 2 deletions

View file

@ -282,7 +282,7 @@ abicheck@fedora:38:
- git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi
- |
pushd check-abi
meson _build
meson setup _build
meson compile -C _build
meson install -C _build
popd

View file

@ -282,7 +282,7 @@ abicheck@{{distro.name}}:{{version}}:
- git clone --depth=1 https://gitlab.freedesktop.org/hadess/check-abi
- |
pushd check-abi
meson _build
meson setup _build
meson compile -C _build
meson install -C _build
popd