1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 15:54:36 +02:00

fix debian build syntax

This commit is contained in:
Nick Sweeting
2020-12-11 19:11:42 +02:00
parent 27b266af5f
commit 023a339cf8

View File

@@ -5,7 +5,7 @@ on:
push:
env:
SETUPTOOLS_USE_DISTUTILS=stdlib
SETUPTOOLS_USE_DISTUTILS: stdlib
jobs:
build:
@@ -30,13 +30,11 @@ jobs:
- name: Build Debian/Apt sdist_dsc
run: |
python3 setup.py --command-packages=stdeb.command \
sdist_dsc
python3 setup.py --command-packages=stdeb.command sdist_dsc
- name: Build Debian/Apt bdist_deb
run: |
python3 setup.py --command-packages=stdeb.command \
bdist_deb
python3 setup.py --command-packages=stdeb.command bdist_deb
- name: Install archivebox from deb
run: |