From 31185b35e48847d354453746f3a54e206b0cb82d Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 13 Jun 2020 13:00:13 +0200 Subject: [PATCH] update pip before installing meson pretty sure that won't fix the build but whatever --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 246d63ddc..021bc649b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,7 @@ install: - cmd: set BOOST_ROOT=C:\Libraries\boost_1_73_0 - cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64' # Install meson and ninja + - cmp: pip install --upgrade pip wheel - cmd: pip install ninja meson # Download ICU - cmd: mkdir %ICUWIN%