Skip to content

Commit

Permalink
Fix gh cli install (I hope)
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Nov 26, 2024
1 parent 47071d5 commit 8f328bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,10 @@ jobs:
- name: Install gh cli if needed
if: ${{ matrix.aswfdockerbuild == true }}
run: |
yum install gh
dnf -y install 'dnf-command(config-manager)'
dnf -y config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
dnf -y install gh --repo gh-cli
gh --version
- name: Setup MSVC
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 8f328bc

Please sign in to comment.