Skip to content

Commit

Permalink
Start the snapd service
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 31, 2024
1 parent 836d52c commit 3b46114
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/armhf_lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
install: |
apt-get update
apt-get install -y -qq snapd
systemctl unmask snapd.service
systemctl enable snapd.service
systemctl start snapd.service
snap install lxd snapcraft
lxd init --auto
Expand Down

0 comments on commit 3b46114

Please sign in to comment.