Compare commits

...

2 Commits

Author SHA1 Message Date
Cedric Verstraeten
04f4bc9bf2 Update docker.yml 2023-06-29 20:47:56 +02:00
Cedric Verstraeten
d879174f4c add user to lxd group for snapcraft build 2023-06-29 20:40:28 +02:00

View File

@@ -58,6 +58,8 @@ jobs:
# You can now run snapcraft shell commands
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
- name: add user to lxd group
run: usermod -a -G lxd $USER && lxd init --auto
- name: Use Snapcraft
run: tar -xf agent-${{matrix.architecture}}.tar && snapcraft
build-other: