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