From d28bd04ed961a842943e1e500eafb9092737fc68 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 11 Jan 2022 13:27:44 +0100 Subject: Fix new enchant package name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://packages.debian.org/fr/bullseye/enchant-2 Change-Id: Idc5d856a8be90852c94ca213c62922e7ba6b2585 Signed-off-by: Cédric Ollivier (cherry picked from commit 3885a894aeb42b7856d159be8252a3bb4e3c2fe8) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f2b3eb732..25a9e27db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: Install dependendencies - command: sudo apt-get update && sudo apt-get install enchant + command: sudo apt-get update && sudo apt-get install enchant-2 - run: name: Run tox command: sudo pip install tox tox-pip-version && tox -- cgit 1.2.3-korg