github CI: update conan

Signed-off-by: Rosen Penev <rosenp@gmail.com>
main
Rosen Penev 2 years ago
parent 93f5acbbff
commit 48ea6ebecc

@ -45,7 +45,7 @@ jobs:
- name: Install Conan & Common config - name: Install Conan & Common config
run: | 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 config install https://github.com/conan-io/conanclientcert.git
conan profile new --detect default conan profile new --detect default
conan profile update settings.build_type=${{matrix.build_type}} default conan profile update settings.build_type=${{matrix.build_type}} default

@ -35,7 +35,7 @@ jobs:
- name: Install Conan & Common config - name: Install Conan & Common config
run: | run: |
python -m pip install conan==1.55.0 python -m pip install conan==1.59.0
conan profile new --detect default conan profile new --detect default
conan profile show default conan profile show default
conan profile update settings.compiler="Visual Studio" default conan profile update settings.compiler="Visual Studio" default

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt install -y gettext doxygen graphviz 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 - name: Conan common config
run: | run: |

Loading…
Cancel
Save