Skip to content

Commit

Permalink
util: Fix snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
happyRip committed Dec 18, 2024
1 parent b3d2f9c commit c91459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Update APT
run: sudo apt-get -yq update
- name: Install Snapcraft
run: sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
run: sudo snap install snapcraft --classic
- name: Create Snapcraft folders
run: |
mkdir -p $HOME/.cache/snapcraft/download
Expand Down

0 comments on commit c91459f

Please sign in to comment.