diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23834fa83..e5b46ec7d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: - name: Setup run: | sudo apt-get update - 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 opencl-c-headers wayland-protocols pkg-config uuid-dev python3 flatbuffers-compiler + 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 opencl-c-headers wayland-protocols pkg-config uuid-dev python3 flatbuffers-compiler libflatbuffers-dev - name: Ubuntu run: | @@ -107,7 +107,7 @@ jobs: - name: Setup run: | sudo apt-get update - sudo apt-get install libsdl2-dev postgresql-server-dev-all libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build python3 flatbuffers-compiler + sudo apt-get install libsdl2-dev postgresql-server-dev-all libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build python3 flatbuffers-compiler libflatbuffers-dev - name: Linux run: | diff --git a/debian/control b/debian/control index dea3b64b6..c1c97ef9c 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends: wayland-protocols, pkg-config, uuid-dev, + flatbuffers-compiler, libflatbuffers-dev, libsdl2-mixer-dev Standards-Version: 4.1.4