diff --git a/.github/azure-pipelines-template.yml b/.github/azure-pipelines-template.yml index 36ef7192..c0b8d41c 100644 --- a/.github/azure-pipelines-template.yml +++ b/.github/azure-pipelines-template.yml @@ -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