Skip to content

Commit

Permalink
Jammy changed the libenchant package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 2, 2022
1 parent d516dec commit e32563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install dependencies
run: >
sudo apt-get update &&
sudo apt-get install -y libenchant-dev libxml2-dev libxslt-dev
sudo apt-get install -y libenchant-2-dev libxml2-dev libxslt-dev
if: runner.os == 'Linux' && startsWith(matrix.python-version.toxenv, 'docs-')
- name: Install dependencies
run: brew install enchant
Expand Down

0 comments on commit e32563a

Please sign in to comment.