1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

fix python deb setup

This commit is contained in:
Nick Sweeting 2020-11-28 05:55:34 -05:00
parent cda2f42b46
commit df2ba9cb23

View file

@ -15,15 +15,9 @@ 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-setuptools python3-all python3-wheel python3-stdeb
sudo apt install -y debhelper dh-python python3-all stdeb
pip install --upgrade pip setuptools wheel stdeb
./bin/build_deb.sh