diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bcba4a..6b7154b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: run: /usr/bin/install-dev-tools - name: Install Dependencies - run: apt update && apt install -y debhelper-compat dh-python python3-dev python3-setuptools devscripts + run: apt update && apt install -y debhelper-compat devscripts - name: Build deb package run: >