mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 22:53:00 +02:00
install missing build deps
This commit is contained in:
2
.github/workflows/debian.yml
vendored
2
.github/workflows/debian.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Build Debian/Apt package
|
||||
run: |
|
||||
sudo apt install -y dh-python
|
||||
sudo apt install -y debhelper dh-python python3-setuptools python3-all python3-wheel python3-stdeb
|
||||
pip install --upgrade pip setuptools wheel stdeb
|
||||
./bin/build_deb.sh
|
||||
|
||||
|
2
.github/workflows/pip.yml
vendored
2
.github/workflows/pip.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Build Python Package
|
||||
run: |
|
||||
pip3 install --uprade pip setuptools wheel
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
python3 setup.py \
|
||||
sdist --dist-dir=./pip_dist \
|
||||
bdist_wheel --dist-dir=./pip_dist \
|
||||
|
Reference in New Issue
Block a user