Skip to content

Commit

Permalink
Add brew install graphviz for stray binary on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jul 29, 2021
1 parent b672b0f commit 4476f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Build
shell: bash
run: |
brew install graphviz
make
mkdir alphasql_darwin_x86_64
mv ./bazel-bin/alphasql/alphadag /usr/local/bin/
Expand Down

0 comments on commit 4476f43

Please sign in to comment.