We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f96a commit 2d8bdd4Copy full SHA for 2d8bdd4
.github/azure-pipelines-template.yml
@@ -21,7 +21,9 @@ jobs:
21
22
# maxOS native dependency installation
23
- ${{ if eq(parameters.name, 'macOS') }}:
24
- - script: brew install mysql-connector-c libpq sqlite coreutils
+ - script: |
25
+ brew install mysql-client libpq sqlite coreutils
26
+ echo "##vso[task.setvariable variable=PATH]$PATH:/usr/local/opt/mysql-client/bin"
27
displayName: 'Install Native Dependencies'
28
29
# Linux native dependency installation
0 commit comments