Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jun 29, 2023
1 parent d879174 commit 04f4bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
- name: add user to lxd group
run: sudo usermod -a -G lxd $USER
run: usermod -a -G lxd $USER && lxd init --auto
- name: Use Snapcraft
run: tar -xf agent-${{matrix.architecture}}.tar && snapcraft
build-other:
Expand Down

0 comments on commit 04f4bc9

Please sign in to comment.