github CI: update conan
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
93f5acbbff
commit
48ea6ebecc
2
.github/workflows/on_PR_windows_matrix.yml
vendored
2
.github/workflows/on_PR_windows_matrix.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/on_push_BasicWinLinMac.yml
vendored
2
.github/workflows/on_push_BasicWinLinMac.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user