Update main.yml
This commit is contained in:
parent
59e71a7b1a
commit
88b126d6d8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue