From 7d4787996c6450ff55cf07d24082f360844f9f20 Mon Sep 17 00:00:00 2001 From: "log :3" <65839350+logzinga@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:41:17 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39f6f71..f61014d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,9 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Install Dependencies - run: git clone https://gitlab.archlinux.org/archlinux/archiso.git \ cd archiso \ make install + run: git clone https://gitlab.archlinux.org/archlinux/archiso.git + run: cd archiso + run: make install - name: ISO Profile run: git clone https://github.com/logzinga/elnathco.git \ cp elnathco/isoprofile ~/iso - name: Build ISO