Skip to content

Commit 9080424

Browse files
committed
Fix snapcraft
1 parent 5039af0 commit 9080424

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@ jobs:
104104
- name: Setup Snapcraft
105105
run: |
106106
sudo apt-get update
107-
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
107+
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapd
108+
sudo snap install snapcraft --classic
108109
mkdir -p $HOME/.cache/snapcraft/download
109110
mkdir -p $HOME/.cache/snapcraft/stage-packages
110-
if: github.ref_type == 'tag'
111+
# if: github.ref_type == 'tag'
111112

112113
- name: Run GoReleaser
113114
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0

0 commit comments

Comments
 (0)