We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3151d commit 2b7af13Copy full SHA for 2b7af13
1 file changed
.github/workflows/release.yml
@@ -20,6 +20,9 @@ jobs:
20
- run: |
21
sudo apt-get install -qy snapd
22
23
+ - run: |
24
+ sudo systemctl enable --now snapd
25
+
26
27
sudo snap install --classic snapcraft
28
0 commit comments