From b07ff9c3d5f095ea96eec329b4d04e418508987d Mon Sep 17 00:00:00 2001 From: Hook25 Date: Thu, 31 Oct 2024 10:59:46 +0100 Subject: [PATCH] No sudo? --- .github/workflows/armhf_lxd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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