Update main.yml

This commit is contained in:
log :3 2022-11-17 18:41:17 +11:00 committed by GitHub
parent 0fd29f3240
commit 7d4787996c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +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 \ cd archiso \ make install run: git clone https://gitlab.archlinux.org/archlinux/archiso.git
run: cd archiso
run: 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