Skip to content

Commit

Permalink
dnf -y
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Mar 1, 2024
1 parent 54f11e3 commit f8d0057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:

- name: Install gh
run: |
dnf install 'dnf-command(config-manager)'
dnf install -y -q 'dnf-command(config-manager)'
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
dnf install gh
dnf install -y -q gh
- uses: assignUser/stash/restore@main
with:
Expand Down

0 comments on commit f8d0057

Please sign in to comment.