We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5039af0 commit 9080424Copy full SHA for 9080424
.github/workflows/ci.yml
@@ -104,10 +104,11 @@ jobs:
104
- name: Setup Snapcraft
105
run: |
106
sudo apt-get update
107
- sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
+ sudo apt-get -yq --no-install-suggests --no-install-recommends install snapd
108
+ sudo snap install snapcraft --classic
109
mkdir -p $HOME/.cache/snapcraft/download
110
mkdir -p $HOME/.cache/snapcraft/stage-packages
- if: github.ref_type == 'tag'
111
+ # if: github.ref_type == 'tag'
112
113
- name: Run GoReleaser
114
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
0 commit comments