diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59a86d8..bfc3ced 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,8 @@ jobs: - name: Clone ARCHISO run: git clone https://gitlab.archlinux.org/archlinux/archiso.git - name: Install ARCHISO - run: /archiso/Makefile make install + - run: /archiso/Makefile + - run: make install - name: Clone ISOPROFILE run: git clone https://github.com/logzinga/elnathco.git - name: Prepare ISO Profile