Fix docs build - libenchant1c2a -> libenchant-2-2

This commit is contained in:
belono 2022-11-24 11:50:22 +01:00
parent 9a3057c8a8
commit 84a3912b34
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Install packages - name: Install packages
run: run:
sudo apt-get update -y && sudo apt-get update -y &&
sudo apt-get install -y git python3-sphinx graphviz libenchant1c2a && sudo apt-get install -y git python3-sphinx graphviz libenchant-2-2 &&
sudo pip install tox sudo pip install tox
- name: Test doc build - name: Test doc build
run: tox -e docs run: tox -e docs