1
0
Fork 0
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:
Jason N. 2024-02-09 21:54:40 +00:00
parent d2657375b9
commit 9e56ef013d

View file

@ -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 \