Skip to content

Commit

Permalink
Merge pull request #69 from Matts966/hotfix/install-dot
Browse files Browse the repository at this point in the history
Add brew install graphviz for stray binary on Github Actions
  • Loading branch information
Matts966 authored Jul 29, 2021
2 parents b672b0f + 4476f43 commit dec1871
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 dec1871

Please sign in to comment.