]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
github/workflows/build: install lvvm as well
authorChristian Brauner <brauner@kernel.org>
Wed, 8 Jun 2022 18:06:41 +0000 (20:06 +0200)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Wed, 8 Jun 2022 18:15:07 +0000 (20:15 +0200)
Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
.github/workflows/build.yml

index e077154f43e013c06467820dd70e8f793ee0dcf8..add52ac64014042045a8400e9c70ab9da8a2e36e 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       - name: Install dependencies
         run: |
           sudo apt-get update -qq
-          sudo apt-get install -qq gcc clang meson
+          sudo apt-get install -qq gcc clang meson llvm
           sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev libselinux1-dev linux-libc-dev libpam0g-dev docbook2x
 
       - name: Compiler version