Skip to content

Commit

Permalink
install gh
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Mar 1, 2024
1 parent 35f3494 commit 35fca56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install gh
- run: |
sudo dnf install 'dnf-command(config-manager)'
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install gh
- uses: assignUser/stash/restore@main
with:
path: '${{ env.CCACHE_DIR }}'
Expand Down

0 comments on commit 35fca56

Please sign in to comment.