Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Apr 14, 2024
1 parent 28955cc commit 2817b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
sudo iptables -P FORWARD ACCEPT
sudo snap install snapcraft --classic
sudo usermod -aG lxd $USER
sudo usermod -a -G lxd $USER
sudo snap run lxd init --auto
sudo snap run lxd waitready
Expand Down

0 comments on commit 2817b6b

Please sign in to comment.