Skip to content

Commit 2d8bdd4

Browse files
committed
Fix CI on MacOS.
Homebrew/homebrew-core#46566 merged 'mysql-connector-c' into 'mysql-client', which does not install into the same paths.
1 parent cd5f96a commit 2d8bdd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/azure-pipelines-template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121

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

0 commit comments

Comments
 (0)