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:
parent
f128404770
commit
a3eedbafbe
2
.github/workflows/github.yml
vendored
2
.github/workflows/github.yml
vendored
@ -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 \
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user