1
0
Fork 0
mirror of synced 2024-06-26 18:10:24 +12:00

add debian distutils to build machine

This commit is contained in:
Nick Sweeting 2020-12-11 18:52:07 +02:00
parent ec2c2f5bea
commit 6022cbc5f4

View file

@ -23,8 +23,7 @@ jobs:
- name: Build Debian/Apt package
run: |
sudo apt install -y python3 python3-dev python3-pip python3-venv python3-all dh-python debhelper devscripts dput software-properties-common python3-setuptools python3-wheel python3-stdeb
pip3 install --upgrade pip setuptools wheel stdeb
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
./bin/build_deb.sh
- name: Install archivebox from deb