Skip to content

Commit

Permalink
ci: use older snapcraft release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Jul 7, 2024
1 parent 9dd5258 commit b4917c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# https://github.com/goreleaser/goreleaser/issues/1715#issuecomment-667002748
# https://github.com/goreleaser/goreleaser/issues/4816
- name: Install Snapcraft
run: |
sudo apt-get --quiet update
sudo apt-get --no-install-suggests --no-install-recommends --quiet --yes install musl-tools snapcraft
sudo snap refresh snapcraft --revision 11040
mkdir -p $HOME/.cache/snapcraft/download
mkdir -p $HOME/.cache/snapcraft/stage-packages
Expand Down

0 comments on commit b4917c9

Please sign in to comment.