summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2022-12-01 13:11:44 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2022-12-01 13:11:53 +0000
commitd0acd3e06ea4c1cefe00c189c512e33289336005 (patch)
treeac3fead05c3b7482a86ea468bf92e9da74a58349
parent3565a9a817a205de912bd682b5f91428856f9607 (diff)
downloaddeluge-d0acd3e06ea4c1cefe00c189c512e33289336005.tar.gz
deluge-d0acd3e06ea4c1cefe00c189c512e33289336005.tar.bz2
deluge-d0acd3e06ea4c1cefe00c189c512e33289336005.zip
[CI] Fix installing enchant for github docs workflow
The enchant package was renamed for version 2 to enchant-2 and original enchant package removed in Ubuntu 22.04 so docs workflow failed Fixed by using latest package and specifying ubuntu version to avoid unexpected failures in future.
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index cafdfa53c..3cccc8e40 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
run: |
pip install --upgrade pip wheel
pip install tox
- sudo apt-get install enchant
+ sudo apt-get install enchant-2
- name: Test with tox
env: