Skip to content

Commit c91459f

Browse files
committed
util: Fix snapcraft
1 parent b3d2f9c commit c91459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Update APT
8181
run: sudo apt-get -yq update
8282
- name: Install Snapcraft
83-
run: sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
83+
run: sudo snap install snapcraft --classic
8484
- name: Create Snapcraft folders
8585
run: |
8686
mkdir -p $HOME/.cache/snapcraft/download

0 commit comments

Comments
 (0)