Skip to content

Commit 9fc40a6

Browse files
committed
github-actions: remove installing lxd
1 parent 17f7148 commit 9fc40a6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/snapcraft.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ jobs:
2929
repository: etlegacy/etlegacy-snap
3030
fetch-depth: 1
3131

32-
# Critical: install LXD properly so snapcraft can use it instead of slow multipass
33-
- name: Install LXD
34-
run: |
35-
sudo apt update
36-
sudo apt install -y lxd lxd-installer
37-
sudo lxd init --auto --storage-backend=dir
38-
sudo usermod -aG lxd $USER
39-
newgrp lxd <<'EOF'
40-
lxc version || true
41-
EOF
4232
- name: Build SNAP
4333
uses: canonical/snapcraft-multiarch-action@v1.10.1
4434
id: snapcraft

0 commit comments

Comments
 (0)