diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-01-09 09:06:34 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2021-01-09 10:32:57 +0530 |
commit | 540deb538b5e734e397b1803977d6faed1eb9881 (patch) | |
tree | 8b10bd9d932788cba743a96aeec5d89931ec3816 /azure-pipelines.yml | |
parent | c9d9dacdbc9fad31f00f871b24ec6b99a611ff5e (diff) | |
download | meson-540deb538b5e734e397b1803977d6faed1eb9881.zip meson-540deb538b5e734e397b1803977d6faed1eb9881.tar.gz meson-540deb538b5e734e397b1803977d6faed1eb9881.tar.bz2 |
ci: Fix pip installation in Cygwin on Azure
Python3 in Cygwin is now Python 3.8
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d830ade..49e0227 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -108,7 +108,7 @@ jobs: python3-devel,^ python3-libxml2,^ python3-libxslt,^ - python36-pip,^ + python38-pip,^ vala,^ wget,^ cmake,^ |