Skip to content

Commit

Permalink
Fix: Updated snapcraft install in goreleaser since looks like this ha…
Browse files Browse the repository at this point in the history
…s changed again.
  • Loading branch information
wakatara committed Jan 5, 2025
1 parent ca4d354 commit 45cfad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Set up Snapcraft
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
sudo apt-get install -y snapd
sudo snap install snapcraft --classic
- name: Set up Go
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 45cfad8

Please sign in to comment.