github CI: update conan

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-03-05 13:15:17 -08:00
parent 93f5acbbff
commit 48ea6ebecc
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -35,7 +35,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 profile new --detect default
conan profile show default
conan profile update settings.compiler="Visual Studio" default

View File

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
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
run: |