mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-28 19:53:52 +00:00
Fixing appveyor by using Python 3 (#425)
This commit is contained in:
parent
706b14fb14
commit
b1d8285db3
@ -6,9 +6,12 @@ branches:
|
||||
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
- set PATH=C:\Python36;%PATH%
|
||||
- py -3 --version
|
||||
- set PATH=C:\Python38-x64;C:\Python38-x64\Scripts;%PATH%
|
||||
- cmake --version
|
||||
- pip install conan
|
||||
- python --version
|
||||
- python -m pip --version
|
||||
- python -m pip install conan
|
||||
- conan user
|
||||
- conan --version
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user