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 \