diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e2f067c..f2841f7 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -14,20 +14,19 @@ jobs: - name: Install Dependencies run: | cat /etc/redhat-release - dnf -y install 'dnf-command(config-manager)' - dnf -y config-manager --set-enabled crb - dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm + yum -y install epel-release + /usr/bin/crb enable yum -y install git rpm-build rpm-sign rsync make python3-rpm-macros pyproject-rpm-macros python3-devel python3-tomli systemd-rpm-macros python3-wheel - name: Clone Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Package RPMs run: make - name: Clone Package Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: rockit-astro/packages token: ${{ secrets.DEPLOY_TOKEN }}