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.