Update main.yml

This commit is contained in:
log :3 2022-11-17 18:51:01 +11:00 committed by GitHub
parent 59e71a7b1a
commit 88b126d6d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -10,10 +10,8 @@ jobs:
steps: steps:
- 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: cd ArchISO
run: cd archiso
- name: Install ARCHISO - name: Install ARCHISO
run: make install run: cd archiso | 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