added lsb-release package to setup step in workflow
Build Debian Packages / build (bookworm, debian12) (push) Failing after 6m35s
Build Debian Packages / build (trixie, debian13) (push) Has been cancelled
Build Debian Packages / build (bullseye, debian11) (push) Has been cancelled

This commit is contained in:
2026-03-16 15:16:19 +01:00
parent 6c984956f5
commit 736092cd97
+1 -1
View File
@@ -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