Skip to content

Commit

Permalink
Update packaging workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jul 11, 2024
1 parent cba75a1 commit cd1333c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit cd1333c

Please sign in to comment.