1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps-admin.git synced 2025-03-09 15:40:05 +00:00

Fix Debian packages and more log

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-04 14:52:04 +01:00
parent 681c6f0844
commit a082f96faa
3 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt-get install debhelper python3 python3-distutils-extra
run: sudo apt-get install debhelper python3 python3-distutils-extra dh-python
- name: Build Debian package
run: dpkg-buildpackage -b -us -uc