Skip to content

Commit 2413fe4

Browse files
committed
(wip)
1 parent 8aa0014 commit 2413fe4

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,22 @@ jobs:
2020
- run: |
2121
sudo apt-get install -qy snapd
2222
23+
- run: |
24+
sudo chown root:root /
25+
2326
- run: |
2427
sudo systemctl enable --now snapd
2528
sudo systemctl restart snapd
2629
30+
- run: |
31+
sudo snap install lxd
32+
33+
- run: |
34+
sudo lxd init --auto
35+
36+
- run: |
37+
sudo iptables -P FORWARD ACCEPT
38+
2739
- run: |
2840
sudo snap install --classic snapcraft || {
2941
curl -v https://api.snapcraft.io && exit 1

0 commit comments

Comments
 (0)