Skip to content

Commit 92b2aca

Browse files
committed
ci: set up gh cli
Signed-off-by: Devon Bautista <17506592+synackd@users.noreply.github.com>
1 parent f43700d commit 92b2aca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-rpm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
RELEASE_TAG: ${{ github.event.inputs.release_tag }}
2626

2727
steps:
28-
- name: Install rpmdevtools
28+
- name: Install dependencies
2929
shell: bash
3030
run: |
3131
if command -v sudo >/dev/null 2>&1; then
@@ -34,7 +34,7 @@ jobs:
3434
SUDO=
3535
fi
3636
37-
$SUDO dnf install -y rpmdevtools
37+
$SUDO dnf install -y rpmdevtools gh
3838
3939
- name: Checkout repository
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)