CI: install debhelper package

master
Martin Gerhardy 2020-08-13 19:54:43 +02:00
parent 82a0f263fe
commit 7e3b506207
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Linux
run: |
sudo apt-get update
sudo apt-get install cmake devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-all libpq-dev libenet-dev qt5-default qttools5-dev qttools5-dev-tools opencl-c-headers wayland-protocols pkg-config uuid-dev
sudo apt-get install cmake debhelper devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-all libpq-dev libenet-dev qt5-default qttools5-dev qttools5-dev-tools opencl-c-headers wayland-protocols pkg-config uuid-dev
debuild -b -ui -uc -us
- name: Upload the artifacts
uses: actions/upload-artifact@v2