mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 17:59:17 +00:00
[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.
This commit is contained in:
parent
3565a9a817
commit
d0acd3e06e
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user