From 8b1fafd43196d94ec870e4f8f01b8e50cdd05a6b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 28 Nov 2020 06:04:59 -0500 Subject: [PATCH] sigh --- .github/workflows/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 6167306c..04ac43dc 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -23,7 +23,7 @@ jobs: - name: Build Debian/Apt package run: | - sudo apt install -y debhelper dh-python + sudo apt install -y debhelper dh-python python3-setuptools python3-all python3-wheel python3-stdeb pip3 install --upgrade pip setuptools wheel stdeb ./bin/build_deb.sh