Skip to content

Commit

Permalink
Fix CI on MacOS.
Browse files Browse the repository at this point in the history
Homebrew/homebrew-core#46566 merged 'mysql-connector-c' into
'mysql-client', which does not install into the same paths.
  • Loading branch information
jebrosen committed Dec 1, 2019
1 parent cd5f96a commit 2d8bdd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

# maxOS native dependency installation
- ${{ if eq(parameters.name, 'macOS') }}:
- script: brew install mysql-connector-c libpq sqlite coreutils
- script: |
brew install mysql-client libpq sqlite coreutils
echo "##vso[task.setvariable variable=PATH]$PATH:/usr/local/opt/mysql-client/bin"
displayName: 'Install Native Dependencies'
# Linux native dependency installation
Expand Down

0 comments on commit 2d8bdd4

Please sign in to comment.