Skip to content

Commit

Permalink
Install gh with shell; install-package doesn't support yum
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 9e0e3e4 commit 47071d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,9 @@ jobs:
apt: libgl-dev libgl1-mesa-dev

- name: Install gh cli if needed
uses: ConorMacBride/install-package@v1
if: ${{ matrix.aswfdockerbuild == true }}
with:
apt: gh
yum: gh
run: |
yum install gh
- name: Setup MSVC
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 47071d5

Please sign in to comment.