fix(ci): add build-essential and fakeroot, make debian/rules executable
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
This commit is contained in:
parent
ff419224d8
commit
25b1309dc1
2 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
working-directory: /workspace/repo
|
working-directory: /workspace/repo
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y debhelper dh-python python3-all python3-venv devscripts
|
apt-get install -y build-essential debhelper dh-python python3-all python3-venv devscripts fakeroot
|
||||||
|
|
||||||
- name: Build .deb package
|
- name: Build .deb package
|
||||||
working-directory: /workspace/repo
|
working-directory: /workspace/repo
|
||||||
|
|
|
||||||
0
debian/rules
vendored
Normal file → Executable file
0
debian/rules
vendored
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue