Update main.yml

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

View File

@ -11,7 +11,8 @@ 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 make install - run: /archiso/Makefile
- 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