From cc11737a75525d0ede511443eca6f8df8d60811d Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 3 Apr 2022 20:29:55 -0700 Subject: [PATCH] Install one snap at a time --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f21a61b1..aa2ed0e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -221,7 +221,11 @@ jobs: - checkout - run: name: Install extra snaps - command: sudo snap install core18 go/stable go/latest/stable gnome-3-34-1804-sdk/latest/stable + command: | + sudo snap install core18 + sudo snap install go/stable + sudo snap install go/latest/stable + sudo snap install gnome-3-34-1804-sdk/latest/stable - run: name: Build the snap command: |