From a0b94dce005a923078f14831941342578eefdacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20G=C3=BCnzler?= Date: Wed, 28 Jun 2023 00:54:26 +0900 Subject: [PATCH] ci: add squahfs-tools dependency for packaging AppImages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c27db737c..6c9804e250 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,7 +120,7 @@ jobs: docker: - image: cimg/base:stable steps: - - run: sudo apt-get update && sudo apt install rpm + - run: sudo apt-get update && sudo apt install rpm squashfs-tools - install - run: npx yarn run publish --arch=<< parameters.arch >> --dry-run # CircleCI doesn't let you persist files with the same name from multiple