From ad6a3074b241e53875f6d04492d7a5cc51386d2e Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:11:14 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e5252a..abeda96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,16 +8,17 @@ jobs: name: BuildISO runs-on: ubuntu-18.04 steps: - - name: Clone ARCHISO - run: git clone https://gitlab.archlinux.org/archlinux/archiso.git - - name: Install ARCHISO - run: cd archiso | 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 + - run: git clone https://gitlab.archlinux.org/archlinux/archiso.git + + - run: cd archiso + + - run: make install + + - run: git clone https://github.com/logzinga/elnathco.git + + - run: cp elnathco/isoprofile ~/iso + + - run: mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile