diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9146b4e1db..d38460e4c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -115,6 +115,11 @@ stages: displayName: 'Installing dependencies' condition: eq(variables['image'], variables['linux']) + - bash: | + sudo apt-get install g++-9 -y + displayName: 'Installing g++-9' + condition: and(eq(variables['CXX'], 'g++-9'), eq(variables['image'], variables['linux'])) + - bash: | brew update brew install ninja