]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
ci: separate libudev-dev installation from the other
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 27 Jun 2022 08:46:54 +0000 (17:46 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Mon, 27 Jun 2022 23:22:04 +0000 (08:22 +0900)
The dependency on libudev-dev is specific to alsa-gobject libraries apart
from the other libraries under alsa gobject-introspection team.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
.github/workflows/build.yml

index 0052ac61d784b1145b8b4340a77b9b068d92de1d..94d802bb4d96b6f767cc1043d19a3f186f2c8739 100644 (file)
@@ -52,8 +52,9 @@ jobs:
         sudo lxc exec builder -- su ubuntu -c 'sudo apt-get update'
         sudo lxc exec builder -- su ubuntu -c 'sudo apt-get -y full-upgrade'
         sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y git build-essential'
-        sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y meson ninja-build libglib2.0-dev libudev-dev gobject-introspection libgirepository1.0-dev'
+        sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y meson ninja-build libglib2.0-dev gobject-introspection libgirepository1.0-dev'
         sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y gi-docgen python3-gi'
+        sudo lxc exec builder -- su ubuntu -c 'sudo apt-get install -y libudev-dev'
     - name: Checkout repository.
       uses: actions/checkout@v2
     - name: Generate archive and expand it inner the container.