Skip to content

Commit e8a6f72

Browse files
FedeDPpoiana
authored andcommitted
chore(ci): install systemd rpm macros from centos9.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent db17884 commit e8a6f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_build_packages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
6464
- name: Install systemd rpm macros
6565
run: |
66-
wget https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/s/systemd-rpm-macros-257.4-3.fc43.noarch.rpm
67-
sudo alien -d -i systemd-rpm-macros-257.4-3.fc43.noarch.rpm
66+
wget https://www.rpmfind.net/linux/centos-stream/9-stream/BaseOS/${{ inputs.arch }}/os/Packages/systemd-rpm-macros-252-51.el9.noarch.rpm
67+
sudo alien -d -i systemd-rpm-macros-252-51.el9.noarch.rpm
6868
6969
- name: Checkout
7070
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

0 commit comments

Comments
 (0)