From 59e71a7b1abe91b955e40fa9ebd00ad2d8f9c55a Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:50:14 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3d5e03..4b7a3bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,12 +8,16 @@ jobs: name: BuildISO runs-on: ubuntu-18.04 steps: - - name: Install Dependencies - run: git clone https://gitlab.archlinux.org/archlinux/archiso.git : - cd archiso : - make install - - name: ISO Profile - run: git clone https://github.com/logzinga/elnathco.git \ cp elnathco/isoprofile ~/iso + - name: Clone ARCHISO + run: git clone https://gitlab.archlinux.org/archlinux/archiso.git + - name: cd ArchISO + run: cd archiso + - name: Install ARCHISO + run: make install + - name: Clone ISOPROFILE + run: git clone https://github.com/logzinga/elnathco.git + - name: Prepare ISO Profile + run: cp elnathco/isoprofile ~/iso - name: Build ISO run: mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile