We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db17884 commit e8a6f72Copy full SHA for e8a6f72
.github/workflows/reusable_build_packages.yaml
@@ -63,8 +63,8 @@ jobs:
63
64
- name: Install systemd rpm macros
65
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
+ wget https://www.rpmfind.net/linux/centos-stream/9-stream/BaseOS/${{ inputs.arch }}/os/Packages/systemd-rpm-macros-252-51.el9.noarch.rpm
+ sudo alien -d -i systemd-rpm-macros-252-51.el9.noarch.rpm
68
69
- name: Checkout
70
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
0 commit comments