aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-06-18 04:42:40 +0800
committerGitHub <noreply@github.com>2020-06-17 13:42:40 -0700
commitf18e0b4387571ccf2ee1e0a16509289876ff72b7 (patch)
tree73a82f459fb9ec3c412c65a16052a95318a492fb /scripts/azure-pipelines
parent7bf7e816bdd1b9ad9149676aa5bf605f91c52137 (diff)
downloadvcpkg-f18e0b4387571ccf2ee1e0a16509289876ff72b7.tar.gz
vcpkg-f18e0b4387571ccf2ee1e0a16509289876ff72b7.zip
[thrift] Update to 0.13.0 and fix OSX build (#11981)
Diffstat (limited to 'scripts/azure-pipelines')
-rw-r--r--scripts/azure-pipelines/osx/azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/osx/azure-pipelines.yml b/scripts/azure-pipelines/osx/azure-pipelines.yml
index a24ed7d95..85fe543c8 100644
--- a/scripts/azure-pipelines/osx/azure-pipelines.yml
+++ b/scripts/azure-pipelines/osx/azure-pipelines.yml
@@ -19,6 +19,7 @@ jobs:
brew list autoconf || brew install autoconf
brew list automake || brew install automake
brew list libtool || brew install libtool
+ brew list bison || brew install bison
brew list gfortran || brew cask install gfortran
displayName: 'Install brew dependencies'
- bash: |