Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Jan 9, 2025
1 parent cc54f0c commit c9f3492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
steps:
# need to install git before checkout to get a git repo
- name: Install packages
run: dnf install -y git make mock
run: dnf5 install -y git make mock-0:6.0-1.fc41.noarch
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v3
# fetch tags for versioning
with:
fetch-depth: 0
Expand All @@ -43,7 +43,7 @@ jobs:
mock --rebuild --enablerepo=updates-testing rpms/*.src.rpm
find /var/lib/mock -wholename '*/result/*.rpm' | xargs mv -t rpms
- name: Archive RPMs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: rpms
path: rpms/

0 comments on commit c9f3492

Please sign in to comment.