From 125e67e8418cb6fd3774905da7617970737ed7324545c320adea4201e2e706da Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Sun, 1 Jun 2025 10:10:05 +0200 Subject: [PATCH] V8.02.768.2025.06.01 Signed-off-by: Marc S. Weidner --- .gitea/workflows/generate-iso.yaml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/generate-iso.yaml b/.gitea/workflows/generate-iso.yaml index 958978c..be3136f 100644 --- a/.gitea/workflows/generate-iso.yaml +++ b/.gitea/workflows/generate-iso.yaml @@ -34,6 +34,26 @@ jobs: options: --user root steps: + - name: Installing Debian Live-Build and Tools. + run: | + apt-get update + apt-get install -y \ + ca-certificates \ + cryptsetup \ + curl \ + debootstrap \ + dosfstools \ + efibootmgr \ + git \ + live-build \ + gnupg2 \ + parted \ + ssh \ + ssl-cert \ + sudo \ + wget \ + whois + - name: Preparing SSH Setup, SSH Deploy Key, Known Hosts, .config. run: | rm -rf ~/.ssh && mkdir -m700 ~/.ssh @@ -71,11 +91,6 @@ jobs: git reset --hard git clean -fd - - name: Installing Debian Live-Build and Tools. - run: | - apt-get update - apt-get install -y live-build gnupg curl whois - - name: Importing the 'CI PGP DEPLOY ONLY' key. run: | ### GPG-Home relative to the Runner Workspace to avoid changing global files.