1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00

break package deps into multiple lines

This commit is contained in:
Nick Sweeting 2020-12-11 21:05:40 +02:00
parent 72e5c811ba
commit d67d212682

View file

@ -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