Skip to content

Commit

Permalink
github: workaround snap restart bug
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Dec 10, 2024
1 parent ed97f21 commit f416899
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 @@ -55,7 +55,7 @@ jobs:
if snap info lxd --verbose | grep -qxE 'base:\s+core20'; then
echo "WARN: Using external lvm command to workaround bug in core20" >&2
sudo snap set lxd lvm.external=true
sudo snap restart --reload lxd
sudo systemctl restart snap.lxd.daemon.service
fi
# Add HTTPS remote.
Expand Down

0 comments on commit f416899

Please sign in to comment.