update pip before installing meson

pretty sure that won't fix the build but whatever
This commit is contained in:
odrling 2020-06-13 13:00:13 +02:00
parent 1abe0a666c
commit 31185b35e4
1 changed files with 1 additions and 0 deletions

View File

@ -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%