diff --git a/.github/workflows/armhf_lxd.yaml b/.github/workflows/armhf_lxd.yaml index 37c95d491..a3d3ecc82 100644 --- a/.github/workflows/armhf_lxd.yaml +++ b/.github/workflows/armhf_lxd.yaml @@ -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