From 42384afa1f313de8464906f0d031e628fa45f845 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 2 May 2022 08:37:39 +0100 Subject: [PATCH] test --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d15aafdf..0abfc335 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,8 +62,9 @@ jobs: - run: name: Install Snap command: | - sudo apt update - sudo apt install snapd + sudo apt update && sudo apt install -y snapd + sudo snap install snapcraft --edge --classic + /snap/bin/snapcraft - run: name: Fix Versioning and Add Channel command: yarn circle:script