summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortbkizle <tbkizle@gmail.com>2022-01-14 14:05:23 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2022-01-21 14:12:23 +0100
commit2cad0f46f2fd7d9f9cc6f6f0998a982254ccd378 (patch)
treee07ba7408959b29e2533adb2b99726b4c0adcc69 /.github
parent[CI] Fix package job not running with PR label (diff)
downloaddeluge-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.yml1
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