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>
- 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
- 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
- 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