summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-12-02 11:13:59 -0500
committerJulian Berman <Julian@GrayVines.com>2022-12-02 11:13:59 -0500
commit1b2d03b15723518b7ffec251898748d0e9a373c6 (patch)
tree33859a96d0bb922b6bf95bb6680e8211fd17dfc8 /.github
parent8304e417d4a3e85aaef1191fe1ed75ccf4321783 (diff)
downloadjsonschema-1b2d03b15723518b7ffec251898748d0e9a373c6.tar.gz
Jammy changed the libenchant package name.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7147831..e2b8762 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,7 +153,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