From f88e2420084279281122241bc7736d550b67f8f3 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 2 May 2022 08:28:41 +0100 Subject: [PATCH] test --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d180b1c0..165e4340 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,7 +61,9 @@ jobs: at: ~/Cider - run: name: Install Snap - command: sudo snap install snapcraft --classic + command: | + sudo apt update + sudo apt install snapd - run: name: Fix Versioning and Add Channel command: yarn circle:script