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