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