diff options
author | tbkizle <tbkizle@gmail.com> | 2022-01-14 14:05:23 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2022-01-21 14:12:23 +0100 |
commit | 2cad0f46f2fd7d9f9cc6f6f0998a982254ccd378 (patch) | |
tree | e07ba7408959b29e2533adb2b99726b4c0adcc69 /.github | |
parent | [CI] Fix package job not running with PR label (diff) | |
download | deluge-2cad0f46f2fd7d9f9cc6f6f0998a982254ccd378.tar.xz deluge-2cad0f46f2fd7d9f9cc6f6f0998a982254ccd378.zip |
[CI] Add pygame to windows package build/spec file
pygame is required by notification plugin for sounds
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2face5d00..030aa3fd4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -65,6 +65,7 @@ jobs: https://github.com/doadin/twisted/releases/download/latest/Twisted-21.7.0.post0-py3-none-any.whl libtorrent==${{ matrix.libtorrent }} pyinstaller + pygame -r requirements.txt - name: Install Deluge |