mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-23 14:44:21 +02:00
use docker action for setting up python
This commit is contained in:
10
.github/workflows/debian.yml
vendored
10
.github/workflows/debian.yml
vendored
@@ -15,10 +15,16 @@ jobs:
|
||||
submodules: true
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.9
|
||||
architecture: x64
|
||||
|
||||
- name: Build Debian/Apt package
|
||||
run: |
|
||||
sudo apt install -y debhelper dh-python python3-all
|
||||
pip install --upgrade pip setuptools wheel stdeb
|
||||
sudo apt install -y debhelper dh-python
|
||||
pip3 install --upgrade pip setuptools wheel stdeb
|
||||
./bin/build_deb.sh
|
||||
|
||||
- name: Install archivebox from deb
|
||||
|
Reference in New Issue
Block a user