mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +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
|
||||
|
||||
steps:
|
||||
- name: Install Tools
|
||||
run: |
|
||||
dnf install -y \
|
||||
livecd-tools \
|
||||
pykickstart \
|
||||
git
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install livecd-tools
|
||||
run: |
|
||||
dnf install -y \
|
||||
livecd-tools \
|
||||
pykickstart
|
||||
|
||||
- name: Flatten Kickstart file
|
||||
run: |
|
||||
ksflatten \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue