Skip to content

Commit

Permalink
use dnf for alma9 everywere, fix missing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Jun 4, 2024
1 parent f7c6b7e commit 263ba1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
- name: Install build requisites
run: |
yum install -y rpm-build rpmlint make rsync systemd-rpm-macros
dnf install -y rpm-build rpmlint make rsync systemd-rpm-macros
- name: build rpm
run: |
make clean rpm
Expand Down Expand Up @@ -78,5 +78,6 @@ jobs:
run: |
dnf install -y epel-release
dnf install -y https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.el9.noarch.rpm
dnf install -y https://repository.egi.eu/sw/production/cas/1/current/RPMS/ca-policy-egi-core-1.128-1.noarch.rpm
dnf config-manager --set-enabled crb
dnf localinstall -y ui-*.rpm

0 comments on commit 263ba1a

Please sign in to comment.