From f84c36c6adb89efc1f44e493e4c70cb016bc1dc4 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 4 Jul 2019 17:48:05 +0200 Subject: [PATCH] ci: get squashfs-tools too --- .circleci/install_snapcraft.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/install_snapcraft.sh b/.circleci/install_snapcraft.sh index 9bc5aa1..a4a79d6 100755 --- a/.circleci/install_snapcraft.sh +++ b/.circleci/install_snapcraft.sh @@ -3,6 +3,7 @@ sudo apt-get update sudo apt-get install -y \ + squashfs-tools \ python3-pip \ python3-apt \ python3-debian \