We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 676be9f + d446863 commit 8c92ea2Copy full SHA for 8c92ea2
.github/workflows/fluxctl-snap.yaml
@@ -20,7 +20,7 @@ jobs:
20
use_lxd: true
21
22
- name: Run Snapcraft build
23
- run: sudo snapcraft --use-lxd
+ run: sg lxd -c 'snapcraft --use-lxd'
24
25
- name: Upload to Snapcraft store (edge channel for revs in master)
26
if: ${{ ! startsWith(github.event.ref, 'refs/tags') }}
0 commit comments