mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-06 04:41:58 +02:00
fix
This commit is contained in:
@@ -3,23 +3,16 @@ on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.8"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'development'
|
||||
- name: Set up Docker with Debian image
|
||||
uses: docker://debian:latest
|
||||
- name: Setup dependencies
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install additional dependencies for creating Debian packages
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install python3-setuptools debhelper dh-python python3-pip python3-stdeb
|
||||
sudo apt-get -y install python3 python3-setuptools debhelper dh-python python3-pip python3-stdeb
|
||||
- name: Create Debian package
|
||||
run: |
|
||||
sudo python3 setup.py --command-packages=stdeb.command bdist_deb
|
||||
|
||||
Reference in New Issue
Block a user