From 9e56ef013d7941a5f01fe4f15645219f6f1ac5a8 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Fri, 9 Feb 2024 21:54:40 +0000 Subject: [PATCH] install git --- .github/workflows/iso.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 18b2bbe..d9715af 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -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 \