We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d2f9c commit c91459fCopy full SHA for c91459f
.github/workflows/release-tag.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Update APT
81
run: sudo apt-get -yq update
82
- name: Install Snapcraft
83
- run: sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
+ run: sudo snap install snapcraft --classic
84
- name: Create Snapcraft folders
85
run: |
86
mkdir -p $HOME/.cache/snapcraft/download
0 commit comments