We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eae7e8e + 67491c2 commit b0793d8Copy full SHA for b0793d8
1 file changed
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Check out code
15
uses: actions/checkout@v6
16
- name: Install Snapcraft
17
- run: sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
+ run: sudo snap install snapcraft --classic
18
- name: Create Snapcraft folders
19
run: |
20
mkdir -p $HOME/.cache/snapcraft/download
0 commit comments