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 f43700d commit 92b2acaCopy full SHA for 92b2aca
1 file changed
.github/workflows/build-rpm.yaml
@@ -25,7 +25,7 @@ jobs:
25
RELEASE_TAG: ${{ github.event.inputs.release_tag }}
26
27
steps:
28
- - name: Install rpmdevtools
+ - name: Install dependencies
29
shell: bash
30
run: |
31
if command -v sudo >/dev/null 2>&1; then
@@ -34,7 +34,7 @@ jobs:
34
SUDO=
35
fi
36
37
- $SUDO dnf install -y rpmdevtools
+ $SUDO dnf install -y rpmdevtools gh
38
39
- name: Checkout repository
40
uses: actions/checkout@v4
0 commit comments