Update main.yml
This commit is contained in:
parent
7d4787996c
commit
a110be95ee
|
@ -9,9 +9,9 @@ jobs:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git
|
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git |
|
||||||
run: cd archiso
|
cd archiso
|
||||||
run: make install
|
make install
|
||||||
- name: ISO Profile
|
- name: ISO Profile
|
||||||
run: git clone https://github.com/logzinga/elnathco.git \ cp elnathco/isoprofile ~/iso
|
run: git clone https://github.com/logzinga/elnathco.git \ cp elnathco/isoprofile ~/iso
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
|
|
Loading…
Reference in New Issue