From ee9f65ddb63c1f18b567037f6b0073234ff224ce Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 2 May 2022 08:40:43 +0100 Subject: [PATCH] test --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0abfc335..8f50e672 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,6 +63,8 @@ jobs: name: Install Snap command: | sudo apt update && sudo apt install -y snapd + service snapd start + sudo systemctl start snapd.service sudo snap install snapcraft --edge --classic /snap/bin/snapcraft - run: