mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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:
|
||||
- name: Install Snapcraft
|
||||
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
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue