From 61db951789b560d8a2afd2b3942d2e81f42ff25e Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 3 Apr 2022 20:26:16 -0700 Subject: [PATCH] Try install extra snaps first --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d2f3e3f..f21a61b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -219,6 +219,9 @@ jobs: working_directory: ~/repo steps: - checkout + - run: + name: Install extra snaps + command: sudo snap install core18 go/stable go/latest/stable gnome-3-34-1804-sdk/latest/stable - run: name: Build the snap command: |