diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2022-12-01 14:11:44 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2022-12-01 14:11:53 +0100 |
commit | d0acd3e06ea4c1cefe00c189c512e33289336005 (patch) | |
tree | ac3fead05c3b7482a86ea468bf92e9da74a58349 /.github | |
parent | [WebUI] Fix `TypeError` in DelugeWeb constructor (diff) | |
download | deluge-d0acd3e06ea4c1cefe00c189c512e33289336005.tar.xz 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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yml | 2 |
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: |