From 53f369f1de4750ed349d5341acf208b8456f667b Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Mon, 27 Jun 2022 17:46:54 +0900 Subject: [PATCH] ci: separate libudev-dev installation from the other 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 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0052ac6..94d802b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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. -- 2.47.3