Skip to content

Commit

Permalink
fix(github): add missing install
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerreiro committed Jul 1, 2021
1 parent a674812 commit c932b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Lint Formulae
run: brew audit --strict ggshield

- name: Install
run: brew install --build-bottle ggshield

- name: Build Bottle
run: brew bottle --json ggshield

Expand Down

0 comments on commit c932b1f

Please sign in to comment.