Skip to content

Commit

Permalink
workflows/build-pkg: install gh.
Browse files Browse the repository at this point in the history
Now that we're nuking and reinstalling Homebrew: need to install this
too.
  • Loading branch information
MikeMcQuaid committed Jul 31, 2023
1 parent 128df14 commit 80ab86c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ jobs:
name: Homebrew ${{ steps.print-version.outputs.version }}
path: Homebrew-${{ steps.print-version.outputs.version }}.pkg

- name: Install gh
run: brew install gh

- name: Upload installer to GitHub release
if: startsWith(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit 80ab86c

Please sign in to comment.