From e67880714f52a27e130e8a98b1ddeb8fc1075fd6 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sun, 23 Apr 2023 19:06:12 +0200 Subject: [PATCH] add linux-headers dependency to ci recipe --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 36316a9..135daf3 100644 --- a/.build.yml +++ b/.build.yml @@ -10,6 +10,7 @@ packages: - curl-dev - elfutils-dev - libx11-dev + - linux-headers tasks: - setup: | cd lv2lint -- 2.45.2