Bump conan version to 1.52.0

This commit is contained in:
Kevin Backhouse
2022-09-18 22:45:21 +01:00
parent d2253c91f5
commit e97dc16738
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.51.0
pip3 install conan==1.52.0
- name: Conan common config
run: |
@@ -24,7 +24,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.51.0
pip3 install conan==1.52.0
pip3 install gcovr
- name: Conan common config
@@ -70,7 +70,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install valgrind ninja-build
pip3 install conan==1.51.0
pip3 install conan==1.52.0
- name: Conan common config
run: |
@@ -105,7 +105,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.51.0
pip3 install conan==1.52.0
- name: Conan common config
run: |
@@ -139,7 +139,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install valgrind doxygen graphviz gettext ninja-build
pip3 install conan==1.51.0
pip3 install conan==1.52.0
- name: Conan common config
run: |
@@ -23,7 +23,7 @@ jobs:
- name: install dependencies
run: |
pip3 install conan==1.51.0
pip3 install conan==1.52.0
sudo add-apt-repository ppa:ubuntu-lxc/daily -y
wget -q -O - https://files.pvs-studio.com/etc/pubkey.txt |sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
- name: Install Conan & Common config
run: |
pip.exe install "conan==1.51.0"
pip.exe install "conan==1.52.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 -2
View File
@@ -45,7 +45,7 @@ jobs:
- name: Install Conan & Common config
run: |
pip.exe install "conan==1.51.0"
pip.exe install "conan==1.52.0"
conan profile new --detect default
conan profile show default
conan profile update settings.compiler="Visual Studio" default
@@ -73,7 +73,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.51.0
pip3 install conan==1.52.0
- name: Conan
run: |
@@ -25,7 +25,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get install ninja-build
pip3 install conan==1.51.0
pip3 install conan==1.52.0
pip3 install gcovr
- name: Conan common config
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install ninja-build gettext doxygen graphviz
pip3 install conan==1.51.0
pip3 install conan==1.52.0
- name: Conan common config
run: |
@@ -123,7 +123,7 @@ jobs:
- name: Install Conan & Common config
run: |
pip.exe install "conan==1.51.0"
pip.exe install "conan==1.52.0"
conan profile new --detect default
conan profile show default
conan profile update settings.build_type=Release default