We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa0014 commit 2413fe4Copy full SHA for 2413fe4
1 file changed
.github/workflows/release.yml
@@ -20,10 +20,22 @@ jobs:
20
- run: |
21
sudo apt-get install -qy snapd
22
23
+ - run: |
24
+ sudo chown root:root /
25
+
26
27
sudo systemctl enable --now snapd
28
sudo systemctl restart snapd
29
30
31
+ sudo snap install lxd
32
33
34
+ sudo lxd init --auto
35
36
37
+ sudo iptables -P FORWARD ACCEPT
38
39
40
sudo snap install --classic snapcraft || {
41
curl -v https://api.snapcraft.io && exit 1
0 commit comments