summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/osx-dependencies.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/templates/osx-dependencies.yml')
-rw-r--r--azure-pipelines/templates/osx-dependencies.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/azure-pipelines/templates/osx-dependencies.yml b/azure-pipelines/templates/osx-dependencies.yml
deleted file mode 100644
index d918d12c5..000000000
--- a/azure-pipelines/templates/osx-dependencies.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-steps:
-- script: |
- set -ex
- HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config lzo xz libpng freetype
- displayName: 'Install dependencies'