1
0
Fork 0
OpenTTD/azure-pipelines/templates/osx-dependencies.yml

6 lines
146 B
YAML

steps:
- script: |
set -ex
HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config lzo xz libpng freetype
displayName: 'Install dependencies'