fix(debian): remove pybuild, use manual install in rules
Some checks failed
Build and Release .deb / build-deb (push) Failing after 21s
Some checks failed
Build and Release .deb / build-deb (push) Failing after 21s
- Remove dh-python and pybuild from debian/rules - Remove python3-all from build deps - Manual install of scripts and full_updater module - Update Depends to use python3 directly
This commit is contained in:
parent
25b1309dc1
commit
9b449b39ce
3 changed files with 14 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
working-directory: /workspace/repo
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y build-essential debhelper dh-python python3-all python3-venv devscripts fakeroot
|
||||
apt-get install -y build-essential debhelper devscripts fakeroot
|
||||
|
||||
- name: Build .deb package
|
||||
working-directory: /workspace/repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue