Skip to content

Commit db49382

Browse files
committed
Fix snapcraft
1 parent 5039af0 commit db49382

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,10 @@ jobs:
103103

104104
- name: Setup Snapcraft
105105
run: |
106-
sudo apt-get update
107-
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
106+
sudo snap install snapcraft --classic
108107
mkdir -p $HOME/.cache/snapcraft/download
109108
mkdir -p $HOME/.cache/snapcraft/stage-packages
110-
if: github.ref_type == 'tag'
109+
# if: github.ref_type == 'tag'
111110

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

0 commit comments

Comments
 (0)