Skip to content

Commit

Permalink
temporarily use latest/stable snapd to unblock CI (#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Oct 31, 2023
1 parent ca1e431 commit e0927ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
sudo snap install snapcraft --classic
- name: Install snapd from candidate
run: |
sudo snap refresh snapd --channel=latest/beta
# TODO(neoaggelos): revert this after latest/beta is working again
sudo snap refresh snapd --channel=latest/stable
- name: Build snap
run: |
sg lxd -c 'snapcraft --use-lxd'
Expand Down

0 comments on commit e0927ac

Please sign in to comment.