From 694b34a995b7bba543ad8c0bed7cb5b622a6cd9f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 27 Jun 2019 01:37:12 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0d843d4e7..3842b4dce0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,7 @@ jobs: displayName: "V MacOSX Build" steps: - script: | + brew install glfw freetype curl displayName: 'Install Dependencies' - script: | cd compiler && make && make test