1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

[Conan] lock to v1

This commit is contained in:
Andrey Filipenkov 2023-02-22 12:57:44 +03:00
parent f128404770
commit a3eedbafbe
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ jobs:
- name: Conan setup - name: Conan setup
if: "${{ matrix.conan_profile != '' }}" if: "${{ matrix.conan_profile != '' }}"
run: | run: |
pip3 install conan pip3 install 'conan<2.0'
conan profile new default --detect conan profile new default --detect
conan install . \ conan install . \
--install-folder=conan-generated \ --install-folder=conan-generated \

View File

@ -12,7 +12,7 @@ The following platforms are supported and known to work, others might require ch
## Getting started ## Getting started
1. [Install Conan](https://docs.conan.io/en/latest/installation.html) 1. [Install Conan](https://docs.conan.io/en/latest/installation.html). Currently we support only Conan v1, you can install it with `pip` like this: `pip3 install 'conan<2.0'`
2. Execute in terminal: `conan profile new default --detect` 2. Execute in terminal: `conan profile new default --detect`
## Download dependencies ## Download dependencies