mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-02 23:20:20 +00:00
[snap] use setup-lxd action
The Snapcraft action unnecessarily tries to migrate things. Signed-off-by: Michał Sawicz <michal@sawicz.net>
This commit is contained in:
parent
fdcfcb1b32
commit
a72f2ac92d
1 changed files with 7 additions and 2 deletions
9
.github/workflows/linux-snap.yml
vendored
9
.github/workflows/linux-snap.yml
vendored
|
@ -19,8 +19,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install Snapcraft
|
- name: Install Snapcraft
|
||||||
uses: samuelmeuli/action-snapcraft@v1
|
uses: samuelmeuli/action-snapcraft@v1
|
||||||
with:
|
|
||||||
use_lxd: true
|
- name: Setup LXD
|
||||||
|
uses: whywaita/setup-lxd@v1
|
||||||
|
|
||||||
|
- name: Add user to LXD group
|
||||||
|
run: |
|
||||||
|
sudo adduser ${USER} lxd
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue