DEBIAN: removed lua5.3 from build deps - we are using lua 5.4 now

lua 5.4 is not yet available in the ubuntu build env
master
Martin Gerhardy 2020-08-02 11:37:36 +02:00
parent 6d28c6e251
commit fcf4afe91c
2 changed files with 1 additions and 4 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: Linux
run: |
sudo apt-get update
sudo apt-get install devscripts build-essential lintian libsdl2-dev postgresql-server-dev-10 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 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

3
debian/control vendored
View File

@ -5,9 +5,6 @@ Maintainer: Martin Gerhardy <martin.gerhardy@gmail.com>
Build-Depends:
cmake,
debhelper (>=11~),
libglm-dev,
lua5.3,
liblua5.3-dev,
libsdl2-dev,
postgresql-server-dev-all,
libpq-dev,