install stdeb via python only
This commit is contained in:
parent
df2ba9cb23
commit
5ca0212a12
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debian.yml
vendored
2
.github/workflows/debian.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Debian/Apt package
|
- name: Build Debian/Apt package
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y debhelper dh-python python3-all stdeb
|
sudo apt install -y debhelper dh-python python3-all
|
||||||
pip install --upgrade pip setuptools wheel stdeb
|
pip install --upgrade pip setuptools wheel stdeb
|
||||||
./bin/build_deb.sh
|
./bin/build_deb.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue