Skip to content

Commit

Permalink
No sudo?
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 31, 2024
1 parent c5caaef commit b07ff9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/armhf_lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
# publicly in your project's package repository, so it is vital that
# no secrets are present in the container state or logs.
install: |
sudo snap install lxd snapcraft
sudo lxd init --auto
snap install lxd snapcraft
lxd init --auto
# Produce a binary artifact and place it in the mounted volume
run: |
cd /checkbox/checkbox-core-snap/
./prepare.sh series22
cd series22
sudo snapcraft --use-lxd
snapcraft --use-lxd
- name: Show the artifact
# Items placed in /artifacts in the container will be in
Expand Down

0 comments on commit b07ff9c

Please sign in to comment.