break package deps into multiple lines
This commit is contained in:
parent
72e5c811ba
commit
d67d212682
1 changed files with 4 additions and 1 deletions
5
.github/workflows/debian.yml
vendored
5
.github/workflows/debian.yml
vendored
|
@ -25,7 +25,10 @@ jobs:
|
|||
|
||||
- name: Install packaging dependencies
|
||||
run: |
|
||||
sudo apt install -y python3 python3-dev python3-pip python3-venv python3-all dh-python debhelper devscripts dput software-properties-common python3-distutils python3-setuptools python3-wheel python3-stdeb curl wget
|
||||
sudo apt install -y \
|
||||
python3 python3-dev python3-pip python3-venv python3-all \
|
||||
dh-python debhelper devscripts dput software-properties-common \
|
||||
python3-distutils python3-setuptools python3-wheel python3-stdeb
|
||||
# pip3 install --upgrade pip setuptools wheel stdeb
|
||||
|
||||
- name: Build Debian/Apt sdist_dsc
|
||||
|
|
Loading…
Add table
Reference in a new issue