diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1edcc0251..e19ea5dc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -260,6 +260,8 @@ xf86-driver-build-test: script: # Install the server first - .gitlab-ci/meson-build.sh --skip-test --run-install + - find / -name "exa.h" || true + - find / -name "xf86Cursor.h" || true - unset MESON_EXTRA_ARGS - DRIVER=$(basename $REPO) - git clone "$REPO" "$DRIVER"