From 8b908aedc182b6589e5ebb8b65cf8aa2f050ce67 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 7 Apr 2019 15:34:40 -0400 Subject: [PATCH] Oops, MinGW-w64 isn't installed by default. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4732411a..175bcf5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ jobs: steps: - template: azure-pipelines/setup-python3.yml - template: azure-pipelines/install-latest-meson.yml - - script: sudo apt-get install ninja-build + - script: sudo apt-get install mingw-w64 ninja-build - template: azure-pipelines/configure.yml parameters: defaultLibrary: static