From a110be95ee219dc23f3a785efe285fb465ebff20 Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:43:10 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f61014d..f65f58f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Install Dependencies - run: git clone https://gitlab.archlinux.org/archlinux/archiso.git - run: cd archiso - run: make install + 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: Build ISO