mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
install git
This commit is contained in:
parent
d2657375b9
commit
9e56ef013d
1 changed files with 7 additions and 6 deletions
13
.github/workflows/iso.yml
vendored
13
.github/workflows/iso.yml
vendored
|
|
@ -19,17 +19,18 @@ jobs:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Tools
|
||||||
|
run: |
|
||||||
|
dnf install -y \
|
||||||
|
livecd-tools \
|
||||||
|
pykickstart \
|
||||||
|
git
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install livecd-tools
|
|
||||||
run: |
|
|
||||||
dnf install -y \
|
|
||||||
livecd-tools \
|
|
||||||
pykickstart
|
|
||||||
|
|
||||||
- name: Flatten Kickstart file
|
- name: Flatten Kickstart file
|
||||||
run: |
|
run: |
|
||||||
ksflatten \
|
ksflatten \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue