]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
workflows/ci: rename package lxd to lxd-installer
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 6 Dec 2022 23:09:23 +0000 (16:09 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 6 Dec 2022 23:09:33 +0000 (16:09 -0700)
On ubuntu-latest (22.04) the lxd package has been renamed to
lxd-installer, rename it in our .yml.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit 9e22c33fa699488b975a2da6e09d7d649aa36184)

.github/workflows/continuous-integration.yml

index 28ff7278af2f8935c05e55649a4e71037879185e..1db6373549fa46d7b940aa0b40220c929a5e8040 100644 (file)
@@ -127,7 +127,7 @@ jobs:
     - name: Install container dependencies
       run: |
         sudo apt-get update
-        sudo apt-get install lxc lxd
+        sudo apt-get install lxc lxd-installer
     - uses: actions/checkout@v2
       with:
         submodules: false
@@ -149,7 +149,7 @@ jobs:
     - name: Install container dependencies
       run: |
         sudo apt-get update
-        sudo apt-get install lxc lxd
+        sudo apt-get install lxc lxd-installer
     - uses: actions/checkout@v2
       with:
         submodules: false
@@ -206,7 +206,7 @@ jobs:
     - name: Install container dependencies
       run: |
         sudo apt-get update
-        sudo apt-get install lxc lxd
+        sudo apt-get install lxc lxd-installer
     - uses: actions/checkout@v2
       with:
         submodules: false