Skip to content

Commit

Permalink
use old snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Aug 29, 2024
1 parent 7b9fccf commit 937d6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo usermod --append --groups lxd $USER
sg lxd -c 'lxc version'
- name: Install snapcraft
run: sudo snap install snapcraft --classic
run: sudo snap install snapcraft --classic --channel=7.x/stable
- name: Build snap
run: |
sg lxd -c 'snapcraft --use-lxd'
Expand Down

0 comments on commit 937d6ea

Please sign in to comment.