From 0066759432394563f3db331016a1372721b95449 Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Mon, 25 Sep 2023 16:47:51 -0700 Subject: [PATCH] [WIP] ci: diffoscope requires libmagic --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dfe0beb469..bd4e138c4a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ common-steps: name: Install testing dependencies command: | set -e - apt update && apt install -y git gnupg libqt5x11extras5 make python3-tk python3-dev gnupg python3-venv sqlite3 xvfb + apt update && apt install -y git gnupg libmagic1 libqt5x11extras5 make python3-tk python3-dev gnupg python3-venv sqlite3 xvfb - &configure_locales run: