fixup! aspell: fix dependencies missing

pull/14551/head
Martin Kojtal 2021-04-19 12:51:25 +01:00
parent 487513614a
commit 6919513a1a
2 changed files with 2 additions and 3 deletions

View File

@ -138,6 +138,7 @@ matrix:
name: "spellcheck"
env: NAME=doxy-spellcheck
install:
- sudo apt-get -y install libncursesw5
- source_pkg aspell
script:
# TODO: run checks on all directories once all mispellings are fixed

View File

@ -170,9 +170,7 @@ source_pkg()
local aspell_deps="aspell
aspell-en
dictionaries-common
libaspell15
libncursesw5
libtinfo5"
libaspell15"
local libfuse_deps="libfuse-dev
libpcre3-dev