mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
add debian distutils to build machine
This commit is contained in:
parent
ec2c2f5bea
commit
6022cbc5f4
1 changed files with 1 additions and 2 deletions
3
.github/workflows/debian.yml
vendored
3
.github/workflows/debian.yml
vendored
|
@ -23,8 +23,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Debian/Apt package
|
- name: Build Debian/Apt package
|
||||||
run: |
|
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
|
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
|
|
||||||
./bin/build_deb.sh
|
./bin/build_deb.sh
|
||||||
|
|
||||||
- name: Install archivebox from deb
|
- name: Install archivebox from deb
|
||||||
|
|
Loading…
Reference in a new issue