Skip to content

Commit

Permalink
fix osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Mar 27, 2022
1 parent 3aa3a93 commit a2e3996
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
export TEST_TMPDIR=~/.cache/bazel
brew install graphviz
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
bazel shutdown
export CC=g++
make
mkdir alphasql_darwin_x86_64
mv ./bazel-bin/alphasql/alphadag /usr/local/bin/
Expand Down

0 comments on commit a2e3996

Please sign in to comment.