add missing dependency

This commit is contained in:
GloriousEggroll 2025-04-13 22:31:56 -06:00
parent 48ad725ca2
commit ac963dae60

View file

@ -29,7 +29,7 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Install build dependencies
run: dnf install -y git make python3-devel python3-build
run: dnf install -y git rpm-build make python3-devel python3-build
- name: Extract Version and SHA
run: |