From 4476f43f6c8aea4e86cce1629920da576ab5bde9 Mon Sep 17 00:00:00 2001 From: Matts966 Date: Thu, 29 Jul 2021 20:01:42 +0900 Subject: [PATCH] Add brew install graphviz for stray binary on Github Actions --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fba4c5d..639e4a2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/