@@ -16,11 +16,10 @@ jobs:
1616 - name : install dependencies
1717 run : |
1818 sudo apt-get install ninja-build
19- pip3 install conan==1.39 .0
19+ pip3 install conan==1.43 .0
2020
2121 - name : Conan common config
2222 run : |
23- conan config install https://github.com/conan-io/conanclientcert.git
2423 conan profile new --detect default
2524 conan profile update settings.compiler.libcxx=libstdc++11 default
2625
@@ -65,11 +64,10 @@ jobs:
6564 run : |
6665 sudo apt-get update
6766 sudo apt-get install valgrind ninja-build
68- pip3 install conan==1.39 .0
67+ pip3 install conan==1.43 .0
6968
7069 - name : Conan common config
7170 run : |
72- conan config install https://github.com/conan-io/conanclientcert.git
7371 conan profile new --detect default
7472 conan profile update settings.compiler.libcxx=libstdc++11 default
7573
@@ -104,11 +102,10 @@ jobs:
104102 - name : install dependencies
105103 run : |
106104 sudo apt-get install ninja-build
107- pip3 install conan==1.39 .0
105+ pip3 install conan==1.43 .0
108106
109107 - name : Conan common config
110108 run : |
111- conan config install https://github.com/conan-io/conanclientcert.git
112109 conan profile new --detect default
113110 conan profile update settings.compiler.libcxx=libstdc++11 default
114111
@@ -143,11 +140,10 @@ jobs:
143140 run : |
144141 sudo apt-get update
145142 sudo apt-get install valgrind doxygen graphviz gettext
146- pip3 install conan==1.39 .0
143+ pip3 install conan==1.43 .0
147144
148145 - name : Conan common config
149146 run : |
150- conan config install https://github.com/conan-io/conanclientcert.git
151147 conan profile new --detect default
152148 conan profile update settings.compiler.libcxx=libstdc++11 default
153149
0 commit comments