ci: Update to newer umockdev

So as to include this bug fix until 0.17.17 propagates to rawhide:
https://github.com/martinpitt/umockdev/issues/206
This commit is contained in:
Bastien Nocera 2023-04-16 12:18:09 +02:00
parent 5dbd51c47a
commit c4bfc27042

View file

@ -107,6 +107,13 @@ test:
- ./configure
- make install
- cd ..
- git clone https://github.com/martinpitt/umockdev.git
- cd umockdev
- dnf install -y 'dnf-command(builddep)'
- dnf builddep -y umockdev
- meson _build -Dprefix=/usr
- ninja -C _build install
- cd ..
script:
- meson _build -Dintrospection=enabled -Dman=true -Dgtk-doc=true -Didevice=enabled
- ninja -C _build