mirror of https://github.com/rwf2/Rocket.git
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
cd5f96ae15
commit
2d8bdd457e
|
@ -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