mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
fix python deb setup
This commit is contained in:
parent
cda2f42b46
commit
df2ba9cb23
1 changed files with 1 additions and 7 deletions
8
.github/workflows/debian.yml
vendored
8
.github/workflows/debian.yml
vendored
|
@ -15,15 +15,9 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v1
|
|
||||||
with:
|
|
||||||
python-version: 3.9
|
|
||||||
architecture: x64
|
|
||||||
|
|
||||||
- name: Build Debian/Apt package
|
- name: Build Debian/Apt package
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y debhelper dh-python python3-setuptools python3-all python3-wheel python3-stdeb
|
sudo apt install -y debhelper dh-python python3-all stdeb
|
||||||
pip install --upgrade pip setuptools wheel stdeb
|
pip install --upgrade pip setuptools wheel stdeb
|
||||||
./bin/build_deb.sh
|
./bin/build_deb.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue