From 2cad0f46f2fd7d9f9cc6f6f0998a982254ccd378 Mon Sep 17 00:00:00 2001 From: tbkizle Date: Fri, 14 Jan 2022 08:05:23 -0500 Subject: [CI] Add pygame to windows package build/spec file pygame is required by notification plugin for sounds --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit v1.2.3