summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/osx-dependencies.yml
blob: d918d12c521b7a1583e32b8153a6ee9b51991fb3 (plain)
1
2
3
4
5
steps:
- script: |
    set -ex
    HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config lzo xz libpng freetype
  displayName: 'Install dependencies'