workflows/build-pkg: install gh.

Now that we're nuking and reinstalling Homebrew: need to install this
too.
This commit is contained in:
Mike McQuaid 2023-07-31 19:29:10 +01:00
parent 128df14e0a
commit 80ab86ce2c
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -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: