Skip to content

Commit

Permalink
GitHub CI: do not explicitly install lxd for snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
rgriebl committed Dec 9, 2024
1 parent 323637a commit 0d35465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,6 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.UBUNTU_SNAP_LOGIN }}
SNAPCRAFT_HAS_TTY: "true"
run: |
sudo DEBIAN_FRONTEND=noninteractive apt -y install lxd snapcraft
sudo DEBIAN_FRONTEND=noninteractive apt -y install snapcraft
(yes || true) | snapcraft promote --from-channel edge --to-channel stable brickstore
shell: bash

0 comments on commit 0d35465

Please sign in to comment.