Update main.yml

This commit is contained in:
log :3 2022-11-17 19:08:43 +11:00 committed by GitHub
parent 72877d9f43
commit b9be006c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ jobs:
- name: Clone ARCHISO - name: Clone ARCHISO
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git run: git clone https://gitlab.archlinux.org/archlinux/archiso.git
- name: Install ARCHISO - name: Install ARCHISO
- run: /archiso/Makefile run: cd archiso | make install
- run: make install
- name: Clone ISOPROFILE - name: Clone ISOPROFILE
run: git clone https://github.com/logzinga/elnathco.git run: git clone https://github.com/logzinga/elnathco.git
- name: Prepare ISO Profile - name: Prepare ISO Profile