workflows/build-pkg: install gh.
Now that we're nuking and reinstalling Homebrew: need to install this too.
This commit is contained in:
parent
128df14e0a
commit
80ab86ce2c
3
.github/workflows/build-pkg.yml
vendored
3
.github/workflows/build-pkg.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user