Skip to content

Commit

Permalink
Update CI definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jul 8, 2024
1 parent ee4618c commit 69e0ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
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
dnf -y install epel-release
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 }}
Expand Down

0 comments on commit 69e0ea0

Please sign in to comment.