From 3596bd250cb4df0444ab92cbcf1923791780aec8 Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Wed, 26 Jan 2022 07:29:29 +0100 Subject: [PATCH] CI: install flatbuffer development packages --- .github/workflows/main.yml | 4 ++-- debian/control | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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