Skip to content

Commit 8aa0014

Browse files
committed
(wip)
1 parent 2b7af13 commit 8aa0014

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ jobs:
2222
2323
- run: |
2424
sudo systemctl enable --now snapd
25+
sudo systemctl restart snapd
2526
2627
- run: |
27-
sudo snap install --classic snapcraft
28+
sudo snap install --classic snapcraft || {
29+
curl -v https://api.snapcraft.io && exit 1
30+
}
2831
2932
- name: go-setup
3033
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)