Skip to content

Commit

Permalink
ci: Install libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Jan 14, 2023
1 parent e512ba5 commit 298fbca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/ci/install-deps-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ eatmydata apt-get install -yq --no-install-recommends \
libxmlb-dev \
liblzma-dev \
libcurl4-gnutls-dev \
libudev-dev \
gtk-doc-tools \
itstool \
libgirepository1.0-dev \
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/install-deps-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dnf --assumeyes --quiet --setopt=install_weak_deps=False install \
libasan \
libstemmer-devel \
libubsan \
'pkgconfig(libudev)' \
'pkgconfig(cairo)' \
'pkgconfig(freetype2)' \
'pkgconfig(fontconfig)' \
Expand All @@ -35,7 +36,6 @@ dnf --assumeyes --quiet --setopt=install_weak_deps=False install \
'pkgconfig(xmlb)' \
'pkgconfig(packagekit-glib2)' \
'pkgconfig(pango)' \
'pkgconfig(protobuf-lite)' \
'pkgconfig(Qt5Core)' \
qt5-linguist \
'pkgconfig(yaml-0.1)' \
Expand Down

0 comments on commit 298fbca

Please sign in to comment.