gitea worklow improved
Build Debian Packages / build (bookworm, debian12) (push) Failing after 6m47s
Build Debian Packages / build (bullseye, debian11) (push) Failing after 5m42s
Build Debian Packages / build (trixie, debian13) (push) Failing after 7m24s

This commit is contained in:
2026-03-16 14:42:34 +01:00
parent a4998939b4
commit 6c984956f5
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install Node.js and git
run: |
apt-get update
apt-get install nodejs git
apt-get -y install nodejs git
- name: Checkout repository
uses: actions/checkout@v3