diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b7a3bc..0e5252a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,10 +10,8 @@ jobs: steps: - name: Clone ARCHISO run: git clone https://gitlab.archlinux.org/archlinux/archiso.git - - name: cd ArchISO - run: cd archiso - name: Install ARCHISO - run: make install + run: cd archiso | make install - name: Clone ISOPROFILE run: git clone https://github.com/logzinga/elnathco.git - name: Prepare ISO Profile