From 736092cd97a4bfb064396bbe8e5551852364ebd5 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Mon, 16 Mar 2026 15:16:19 +0100 Subject: [PATCH] added lsb-release package to setup step in workflow --- .gitea/workflows/debian-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/debian-build.yml b/.gitea/workflows/debian-build.yml index c7f8c59..5f188b7 100644 --- a/.gitea/workflows/debian-build.yml +++ b/.gitea/workflows/debian-build.yml @@ -25,7 +25,7 @@ jobs: - name: Install Node.js and git run: | apt-get update - apt-get -y install nodejs git + apt-get -y install nodejs git lsb-release - name: Checkout repository uses: actions/checkout@v3