mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-24 11:22:37 +00:00
Fix CI on MacOS.
Homebrew/homebrew-core#46566 merged 'mysql-connector-c' into 'mysql-client', which does not install into the same paths.
This commit is contained in:
parent
8408b9ba6f
commit
cd92532909
4
.github/azure-pipelines-template.yml
vendored
4
.github/azure-pipelines-template.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user