Signed-off-by: Rosen Penev <rosenp@gmail.com>
@ -45,7 +45,7 @@ jobs:
- name: Install Conan & Common config
run: |
python -m pip install conan==1.55.0
python -m pip install conan==1.59.0
conan config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default
conan profile update settings.build_type=${{matrix.build_type}} default
@ -35,7 +35,7 @@ jobs:
conan profile show default
conan profile update settings.compiler="Visual Studio" default
@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
sudo apt install -y gettext doxygen graphviz
python -m pip install conan==1.55.0 ninja
python -m pip install conan==1.59.0 ninja
- name: Conan common config