From a72f2ac92de106cc801d98dcda35e5ca60c14d80 Mon Sep 17 00:00:00 2001 From: Michał Sawicz Date: Fri, 26 Feb 2021 17:42:50 +0100 Subject: [snap] use setup-lxd action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Snapcraft action unnecessarily tries to migrate things. Signed-off-by: Michał Sawicz --- .github/workflows/linux-snap.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-snap.yml b/.github/workflows/linux-snap.yml index 325318c0a..1f69e232b 100644 --- a/.github/workflows/linux-snap.yml +++ b/.github/workflows/linux-snap.yml @@ -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 -- cgit v1.2.3-70-g09d2