Skip to content

Commit

Permalink
workflow: try to move to lxd 4.x to fix annoying lxd launch failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Jan 30, 2024
1 parent 42ef63b commit 806d677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install distro-info autopkgtest git-buildpackage
sudo snap install lxd --channel=stable
sudo snap install lxd --channel=4.0/stable
sudo usermod --append --groups lxd $(whoami)
sudo lxd init --auto
sudo autopkgtest-build-lxd ubuntu:$(distro-info --stable)
Expand Down

0 comments on commit 806d677

Please sign in to comment.