From b4fc68d1c28bb60bdc995c9a155dd5e62460fea1 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 21 Jan 2023 13:41:59 +0100 Subject: [PATCH] ci.yml: add libtraceevent-dev dependency This is needed to build newest version of rasdaemon. Signed-off-by: Mauro Carvalho Chehab --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 898687c..9486f58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: prepare run: | sudo apt-get update - sudo apt-get install -y build-essential sqlite3 + sudo apt-get install -y build-essential sqlite3 libtraceevent-dev - name: build run: | autoreconf -vfi -- 2.50.1